Changeset 41400 in vbox for trunk/src/VBox
- Timestamp:
- May 22, 2012 4:15:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/UIWizard.cpp
r41399 r41400 205 205 pPage->sizeHint().height() : maxOfSizeHints.height(); 206 206 } 207 /* Minimum height to 350pix: */208 if (maxOfSizeHints.height() < 350)209 maxOfSizeHints.setHeight(350);210 207 /* Feat corresponding height: */ 211 208 maxOfSizeHints.setWidth(qMax((int)(1.5 * maxOfSizeHints.height()), maxOfSizeHints.width()));
Note:
See TracChangeset
for help on using the changeset viewer.