- Timestamp:
- Oct 11, 2019 12:27:18 PM (5 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMainWindow.cpp
r79365 r81224 34 34 move(m_geometry.topLeft()); 35 35 resize(m_geometry.size()); 36 #el if defined(VBOX_WS_X11)37 /* Use the new approach for X11: */36 #else /* !VBOX_WS_MAC && !VBOX_WS_WIN */ 37 /* Use the new approach otherwise: */ 38 38 UICommon::setTopLevelGeometry(this, m_geometry); 39 #endif /* VBOX_WS_X11*/39 #endif /* !VBOX_WS_MAC && !VBOX_WS_WIN */ 40 40 41 41 /* Maximize (if necessary): */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp
r80932 r81224 1530 1530 void UIVirtualBoxManager::loadSettings() 1531 1531 { 1532 /* Restorewindow geometry: */1532 /* Load window geometry: */ 1533 1533 { 1534 1534 /* Load geometry: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIVMInformationDialog.cpp
r81074 r81224 292 292 void UIVMInformationDialog::loadSettings() 293 293 { 294 /* Restorewindow geometry: */294 /* Load window geometry: */ 295 295 { 296 296 /* Load geometry: */
Note:
See TracChangeset
for help on using the changeset viewer.