- Timestamp:
- Jan 28, 2011 1:53:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMListView.cpp
r35737 r35763 958 958 * First layout as usual */ 959 959 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); 961 961 aShot->moveTo(aVMName->right() + nameSpaceWidth, aVMName->top()); 962 aStateIcon->moveTo(aVMName->left(), a VMName->bottom());962 aStateIcon->moveTo(aVMName->left(), aOSType->bottom() - aStateIcon->height()); 963 963 aState->moveTo(aStateIcon->right() + stateSpaceWidth, aStateIcon->top()); 964 964 /* Do grouping for the automatic center routine.
Note:
See TracChangeset
for help on using the changeset viewer.