VirtualBox

Changeset 35763 in vbox for trunk


Ignore:
Timestamp:
Jan 28, 2011 1:53:57 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt4: change the base of the state icon (fix display problems with Qt 4.7.1 on Windows)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMListView.cpp

    r35737 r35763  
    958958     * First layout as usual */
    959959    aOSType->moveTo(m_Margin, m_Margin);
    960     aVMName->moveTo(m_Margin + aOSType->width() + m_Spacing, m_Margin);
     960    aVMName->moveTo(aOSType->right() + m_Spacing, m_Margin);
    961961    aShot->moveTo(aVMName->right() + nameSpaceWidth, aVMName->top());
    962     aStateIcon->moveTo(aVMName->left(), aVMName->bottom());
     962    aStateIcon->moveTo(aVMName->left(), aOSType->bottom() - aStateIcon->height());
    963963    aState->moveTo(aStateIcon->right() + stateSpaceWidth, aStateIcon->top());
    964964    /* Do grouping for the automatic center routine.
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