VirtualBox

Changeset 81793 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 12, 2019 10:31:33 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134584
Message:

FE/Qt: bugref:9510. A small fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationPerformanceMonitor.cpp

    r81735 r81793  
    927927
    928928    /* 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 3 characters 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);
    931931    if (!m_infoLabels.isEmpty())
    932932    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette