VirtualBox

Changeset 41400 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 22, 2012 4:15:20 PM (13 years ago)
Author:
vboxsync
Message:

FE/Qt: Wizards stuff: Removing minimum size constraint (350pix) from expert-mode wizards height.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/UIWizard.cpp

    r41399 r41400  
    205205                                       pPage->sizeHint().height() : maxOfSizeHints.height();
    206206        }
    207         /* Minimum height to 350pix: */
    208         if (maxOfSizeHints.height() < 350)
    209             maxOfSizeHints.setHeight(350);
    210207        /* Feat corresponding height: */
    211208        maxOfSizeHints.setWidth(qMax((int)(1.5 * maxOfSizeHints.height()), maxOfSizeHints.width()));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette