VirtualBox

Changeset 53286 in vbox for trunk


Ignore:
Timestamp:
Nov 10, 2014 12:15:28 PM (10 years ago)
Author:
vboxsync
Message:

FE/Qt: Windows: Global properties: Input page: Layout fix.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/settings/global
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsInput.cpp

    r52733 r53286  
    6767            m_pSelectorModel, SLOT(sltHandleFilterTextChange(const QString &)));
    6868    QVBoxLayout *pSelectorLayout = new QVBoxLayout(pSelectorTab);
     69#ifndef Q_WS_WIN
     70    /* On Windows host that looks ugly, but
     71     * On Mac OS X and X11 that deserves it's place. */
    6972    pSelectorLayout->setContentsMargins(0, 0, 0, 0);
     73#endif /* !Q_WS_WIN */
    7074    pSelectorLayout->setSpacing(1);
    7175    pSelectorLayout->addWidget(m_pSelectorFilterEditor);
     
    8387            m_pMachineModel, SLOT(sltHandleFilterTextChange(const QString &)));
    8488    QVBoxLayout *pMachineLayout = new QVBoxLayout(pMachineTab);
     89#ifndef Q_WS_WIN
     90    /* On Windows host that looks ugly, but
     91     * On Mac OS X and X11 that deserves it's place. */
    8592    pMachineLayout->setContentsMargins(0, 0, 0, 0);
     93#endif /* !Q_WS_WIN */
    8694    pMachineLayout->setSpacing(1);
    8795    pMachineLayout->addWidget(m_pMachineFilterEditor);
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsInput.ui

    r47188 r53286  
    1616 <widget class="QWidget" name="UIGlobalSettingsInput">
    1717  <layout class="QGridLayout" name="m_pMainLayout">
    18    <property name="margin">
    19     <number>0</number>
    20    </property>
    2118   <item row="1" column="0">
    2219    <widget class="QCheckBox" name="m_pEnableAutoGrabCheckbox">
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