Changeset 34006 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 11, 2010 6:37:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp
r34004 r34006 542 542 int h = 2 * mTwBootOrder->frameWidth(); 543 543 int w = h; 544 #if defined(Q_WS_MAC) && (QT_VERSION < 0x040700) 545 int left, top, right, bottom; 546 mTwBootOrder->getContentsMargins (&left, &top, &right, &bottom); 547 h += top + bottom; 548 w += left + right; 549 #else /* defined(Q_WS_MAC) && (QT_VERSION < 0x040700) */ 550 w += 4; 551 #endif /* !(defined(Q_WS_MAC) && (QT_VERSION < 0x040700)) */ 544 552 mTwBootOrder->setFixedSize( 545 553 iv->sizeHintForColumn(0) + w,
Note:
See TracChangeset
for help on using the changeset viewer.