VirtualBox

Changeset 63977 in vbox for trunk


Ignore:
Timestamp:
Sep 23, 2016 2:44:04 PM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6899: Accessibility support (step 55): Selector UI: More suitable Desktop pane margins.

File:
1 edited

Legend:

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

    r63952 r63977  
    175175    /* Create main layout: */
    176176    QVBoxLayout *pMainLayout = new QVBoxLayout(m_pErrBox);
    177 #ifdef VBOX_WS_MAC
    178     pMainLayout->setContentsMargins(5, 5, 5, 5);
    179 #else /* VBOX_WS_MAC */
     177#if   defined(VBOX_WS_MAC)
     178    pMainLayout->setContentsMargins(4, 5, 5, 5);
     179#elif defined(VBOX_WS_WIN)
     180    pMainLayout->setContentsMargins(3, 5, 5, 0);
     181#elif defined(VBOX_WS_X11)
    180182    pMainLayout->setContentsMargins(0, 5, 5, 5);
    181 #endif /* !VBOX_WS_MAC */
     183#endif
    182184    pMainLayout->setSpacing(10);
    183185
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