- Timestamp:
- Sep 23, 2009 2:03:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsSystem.cpp
r23070 r23262 74 74 mTbBootItemDown->setIcon (VBoxGlobal::iconSet (":/list_movedown_16px.png", 75 75 ":/list_movedown_disabled_16px.png")); 76 77 #ifdef Q_WS_MAC 78 /* We need a little space for the focus rect. */ 79 mLtBootOrder->setContentsMargins (3, 3, 3, 3); 80 mLtBootOrder->setSpacing (3); 81 #endif /* Q_WS_MAC */ 76 82 77 83 /* Limit min/max. size of QLineEdit */ … … 425 431 mTwBootOrder->setFixedSize ( 426 432 iv->sizeHintForColumn (0) + 2 * mTwBootOrder->frameWidth() + 4, 427 iv->sizeHintForRow (0) * mTwBootOrder->topLevelItemCount() + 2 * mTwBootOrder->frameWidth() );433 iv->sizeHintForRow (0) * mTwBootOrder->topLevelItemCount() + 2 * mTwBootOrder->frameWidth() + 4); 428 434 429 435 /* Update the layout system */
Note:
See TracChangeset
for help on using the changeset viewer.