VirtualBox

Changeset 23256 in vbox


Ignore:
Timestamp:
Sep 23, 2009 1:27:04 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4-OSX: a little more space for the focus rect

File:
1 edited

Legend:

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

    r23239 r23256  
    15311531    mTbStorageBar->addAction (mAddCtrAction);
    15321532    mTbStorageBar->addAction (mDelCtrAction);
     1533
     1534#ifdef Q_WS_MAC
     1535    /* We need a little more space for the focus rect. */
     1536    mLtStorage->setContentsMargins (3, 0, 3, 0);
     1537    mLtStorage->setSpacing (3);
     1538#endif /* Q_WS_MAC */
    15331539
    15341540    /* Vdi Combo */
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