Changeset 46848 in vbox
- Timestamp:
- Jun 27, 2013 2:41:40 PM (11 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
-
widgets/UIBootTable.cpp (modified) (1 diff)
-
wizards/clonevm/UIWizardCloneVMPageBasic2.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIBootTable.cpp
r44529 r46848 81 81 int w = h; 82 82 #if QT_VERSION < 0x040700 83 # ifdef Q_WS_MAC 84 int left, top, right, bottom; 85 getContentsMargins(&left, &top, &right, &bottom); 86 h += top + bottom; 87 w += left + right; 88 # else /* Q_WS_MAC */ 89 w += 4; 90 # endif /* !Q_WS_MAC */ 83 w += 4; // WTF? 91 84 #endif /* QT_VERSION < 0x040700 */ 92 85 setFixedSize(sizeHintForColumn(0) + w, -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic2.cpp
r41587 r46848 75 75 { 76 76 setFinalPage(pButton != m_pFullCloneRadio); 77 #if QT_VERSION < 0x040700 77 78 /* On older Qt versions the content of the current page isn't updated when 78 79 * using setFinalPage. So switch back and for to simulate it. */ 79 #if QT_VERSION < 0x04070080 80 wizard()->back(); 81 81 wizard()->next(); 82 #endif 82 #endif /* QT_VERSION < 0x040700 */ 83 83 } 84 84
Note:
See TracChangeset
for help on using the changeset viewer.

