Allow for up to 7 digits of space in vertex/index columns in mesh view

This commit is contained in:
baldurk
2017-05-31 12:42:04 +01:00
parent 2ca83cbea4
commit be4358207a
+1 -1
View File
@@ -433,7 +433,7 @@ public:
// pad these columns to allow for sufficiently wide data
if(index.column() < reservedColumnCount())
opt.text = lit("999999");
opt.text = lit("9999999");
else
opt.text = data(index).toString();