Changeset 37148 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 19, 2011 9:19:53 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71825
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp
r32174 r37148 321 321 void UIMachineViewNormal::normalizeGeometry(bool bAdjustPosition) 322 322 { 323 #ifndef VBOX_GUI_WITH_CUSTOMIZATIONS1 323 324 QWidget *pTopLevelWidget = window(); 324 325 … … 365 366 /* Finally, set the frame geometry */ 366 367 pTopLevelWidget->setGeometry(frameGeo.left() + dl, frameGeo.top() + dt, frameGeo.width() - dl - dr, frameGeo.height() - dt - db); 368 369 #else /* !VBOX_GUI_WITH_CUSTOMIZATIONS1 */ 370 Q_UNUSED(bAdjustPosition); 371 #endif /* VBOX_GUI_WITH_CUSTOMIZATIONS1 */ 367 372 } 368 373
Note:
See TracChangeset
for help on using the changeset viewer.