Changeset 6284 in vbox
- Timestamp:
- Jan 8, 2008 3:42:03 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27134
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r6200 r6284 2002 2002 /* Setup the shifting spacer to make the console to be aligned on top 2003 2003 * in the seamless mode. */ 2004 #ifdef Q_WS_MAC 2005 mShiftingSpacer->changeSize (0, dtw->screenGeometry(this).bottom() - scrGeo.bottom(), 2006 QSizePolicy::Preferred, QSizePolicy::Fixed); 2007 #else 2004 2008 mShiftingSpacer->changeSize (0, mStrictedRegion.boundingRect().height(), 2005 2009 QSizePolicy::Preferred, QSizePolicy::Fixed); 2010 #endif 2006 2011 2007 2012 #ifdef Q_WS_WIN32
Note:
See TracChangeset
for help on using the changeset viewer.