Changeset 81227 in vbox
- Timestamp:
- Oct 11, 2019 1:19:56 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIManagerDialog.cpp
r79365 r81227 234 234 void QIManagerDialog::setDialogGeometry(const QRect &geometry) 235 235 { 236 #if def VBOX_WS_MAC237 /* Use the old approach for OSX : */236 #if defined(VBOX_WS_MAC) || defined(VBOX_WS_WIN) 237 /* Use the old approach for OSX/Win: */ 238 238 move(geometry.topLeft()); 239 239 resize(geometry.size()); 240 #else /* VBOX_WS_MAC*/241 /* Use the new approach for Windows/X11: */240 #else /* !VBOX_WS_MAC && !VBOX_WS_WIN */ 241 /* Use the new approach otherwise: */ 242 242 UICommon::setTopLevelGeometry(this, geometry); 243 #endif /* !VBOX_WS_MAC */243 #endif /* !VBOX_WS_MAC && !VBOX_WS_WIN */ 244 244 245 245 /* Maximize (if necessary): */
Note:
See TracChangeset
for help on using the changeset viewer.

