VirtualBox

Changeset 44497 in vbox for trunk


Ignore:
Timestamp:
Jan 31, 2013 2:20:13 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83524
Message:

FE/Qt: VM selector: Chooser-view: Group item: Bug-fix in group/machine info layout calculation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserItemGroup.cpp

    r44295 r44497  
    534534    QString strInfoGroups = m_groupItems.isEmpty() ? QString() : QString::number(m_groupItems.size());
    535535    QString strInfoMachines = m_machineItems.isEmpty() ? QString() : QString::number(m_machineItems.size());
    536     QSize infoSizeGroups = textSize(m_infoFont, pPaintDevice, m_strInfoGroups);
    537     QSize infoSizeMachines = textSize(m_infoFont, pPaintDevice, m_strInfoMachines);
     536    QSize infoSizeGroups = textSize(m_infoFont, pPaintDevice, strInfoGroups);
     537    QSize infoSizeMachines = textSize(m_infoFont, pPaintDevice, strInfoMachines);
    538538
    539539    /* Update linked values: */
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