mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-13 19:17:12 +00:00
Make a little more room in VTX/IDX columns in buffer viewer
This commit is contained in:
@@ -441,7 +441,7 @@ public:
|
||||
|
||||
// pad these columns to allow for sufficiently wide data
|
||||
if(index.column() < reservedColumnCount())
|
||||
opt.text = lit("9999999");
|
||||
opt.text = lit("4294967295");
|
||||
else
|
||||
opt.text = data(index).toString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user