VirtualBox

Changeset 6284 in vbox


Ignore:
Timestamp:
Jan 8, 2008 3:42:03 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27134
Message:

First try to fix the seamless issue on mac os x. The size of the additional spacer item was wrong calculated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r6200 r6284  
    20022002        /* Setup the shifting spacer to make the console to be aligned on top
    20032003         * 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
    20042008        mShiftingSpacer->changeSize (0, mStrictedRegion.boundingRect().height(),
    20052009                                     QSizePolicy::Preferred, QSizePolicy::Fixed);
     2010#endif
    20062011
    20072012#ifdef Q_WS_WIN32
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette