Changeset 16851 in vbox for trunk/src/VBox
- Timestamp:
- Feb 17, 2009 3:07:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/QIMessageBox.cpp
r16846 r16851 106 106 window()->resize (window()->minimumSizeHint()); 107 107 qApp->processEvents(); 108 #ifdef Q_WS_WIN 109 /* Set fixed size to which one current we have */ 108 110 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 109 115 } 110 116
Note:
See TracChangeset
for help on using the changeset viewer.