- Timestamp:
- Aug 8, 2012 6:27:01 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserItemGroup.cpp
r42688 r42690 1210 1210 /* Prepare variables: */ 1211 1211 QRect fullRect = pOption->rect; 1212 int iMinorSpacing = data(GroupItemData_MinorSpacing).toInt(); 1212 1213 int iEnterButtonWidth = data(GroupItemData_EnterButtonSize).toSizeF().width(); 1213 1214 QSize groupPixmapSize = data(GroupItemData_GroupPixmapSize).toSize(); … … 1224 1225 int iHorizontalIndent = fullRect.right() - iHorizontalMargin; 1225 1226 if (!isRoot()) 1226 iHorizontalIndent -= iEnterButtonWidth;1227 iHorizontalIndent -= (iEnterButtonWidth + iMinorSpacing); 1227 1228 1228 1229 /* Should we draw machine count info? */
Note:
See TracChangeset
for help on using the changeset viewer.