Changeset 86054 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Sep 7, 2020 6:22:42 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.cpp
r86053 r86054 122 122 QTimer::singleShot(0, this, SLOT(sltNormalizeGeometry())); 123 123 #else /* !VBOX_WS_X11 */ 124 normalizeGeometry(true /* adjust position */ );124 normalizeGeometry(true /* adjust position */, true /* resize to fit guest display. ignored in scaled case */); 125 125 #endif /* !VBOX_WS_X11 */ 126 126 }
Note:
See TracChangeset
for help on using the changeset viewer.