Changeset 23256 in vbox
- Timestamp:
- Sep 23, 2009 1:27:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsHD.cpp
r23239 r23256 1531 1531 mTbStorageBar->addAction (mAddCtrAction); 1532 1532 mTbStorageBar->addAction (mDelCtrAction); 1533 1534 #ifdef Q_WS_MAC 1535 /* We need a little more space for the focus rect. */ 1536 mLtStorage->setContentsMargins (3, 0, 3, 0); 1537 mLtStorage->setSpacing (3); 1538 #endif /* Q_WS_MAC */ 1533 1539 1534 1540 /* Vdi Combo */
Note:
See TracChangeset
for help on using the changeset viewer.