VirtualBox

Changeset 48564 in vbox for trunk


Ignore:
Timestamp:
Sep 19, 2013 9:09:58 PM (11 years ago)
Author:
vboxsync
Message:

Debugger/VBoxDbgStatsQt4: Auto-resize certain columns with slight marginal room for better readability.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/VBoxDbgStatsQt4.cpp

    r46593 r48564  
    28522852{
    28532853    for (int i = 0; i <= 8; i++)
     2854    {
    28542855        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    }
    28552860}
    28562861
Note: See TracChangeset for help on using the changeset viewer.

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