VirtualBox

Changeset 16851 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 17, 2009 3:07:07 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: 3627: Shorten error dialogs: some feating for ion3 wm & mac platform.

File:
1 edited

Legend:

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

    r16846 r16851  
    106106    window()->resize (window()->minimumSizeHint());
    107107    qApp->processEvents();
     108#ifdef Q_WS_WIN
     109    /* Set fixed size to which one current we have */
    108110    window()->setFixedSize (window()->size());
     111#else
     112    /* Unable to resize on some platforms because it was fixed already */
     113    window()->setFixedSize (window()->minimumSizeHint());
     114#endif
    109115}
    110116
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