VirtualBox

Changeset 6148 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 19, 2007 9:22:38 AM (17 years ago)
Author:
vboxsync
Message:

spaces... :-)

File:
1 edited

Legend:

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

    r6146 r6148  
    20462046#ifdef Q_WS_MAC /* setMask seems to not include the far border pixels. */
    20472047        QRect maskRect = dtw->screenGeometry (this);
    2048         maskRect.setRight(maskRect.right() + 1);
    2049         maskRect.setBottom(maskRect.bottom() + 1);
     2048        maskRect.setRight (maskRect.right() + 1);
     2049        maskRect.setBottom (maskRect.bottom() + 1);
    20502050        setMask (maskRect);
    20512051#else
Note: See TracChangeset for help on using the changeset viewer.

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