Changeset 81793 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 12, 2019 10:31:33 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134584
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationPerformanceMonitor.cpp
r81735 r81793 927 927 928 928 /* Compute the maximum label string length and set it as a fixed width to labels to prevent always changing widths: */ 929 /* Add m_iDecimalCount plus 3characters for the number and 3 for unit string: */930 iMaximum += (iDecimalCount + 6);929 /* Add m_iDecimalCount plus 4 characters for the number and 3 for unit string: */ 930 iMaximum += (iDecimalCount + 7); 931 931 if (!m_infoLabels.isEmpty()) 932 932 {
Note:
See TracChangeset
for help on using the changeset viewer.