- Timestamp:
- Sep 19, 2013 9:09:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgStatsQt4.cpp
r46593 r48564 2852 2852 { 2853 2853 for (int i = 0; i <= 8; i++) 2854 { 2854 2855 resizeColumnToContents(i); 2856 /* Some extra room for distinguishing numbers better in Value, Min, Avg, Max, Total, dInt columns. */ 2857 if (i >= 2 && i <= 7) 2858 setColumnWidth(i, columnWidth(i) + 10); 2859 } 2855 2860 } 2856 2861
Note:
See TracChangeset
for help on using the changeset viewer.