Make a little more room in VTX/IDX columns in buffer viewer

This commit is contained in:
baldurk
2018-08-03 13:37:20 +01:00
parent 84a90bfdaf
commit d79ead308f
+1 -1
View File
@@ -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();