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