- Timestamp:
- Nov 10, 2014 12:15:28 PM (10 years ago)
- 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 67 67 m_pSelectorModel, SLOT(sltHandleFilterTextChange(const QString &))); 68 68 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. */ 69 72 pSelectorLayout->setContentsMargins(0, 0, 0, 0); 73 #endif /* !Q_WS_WIN */ 70 74 pSelectorLayout->setSpacing(1); 71 75 pSelectorLayout->addWidget(m_pSelectorFilterEditor); … … 83 87 m_pMachineModel, SLOT(sltHandleFilterTextChange(const QString &))); 84 88 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. */ 85 92 pMachineLayout->setContentsMargins(0, 0, 0, 0); 93 #endif /* !Q_WS_WIN */ 86 94 pMachineLayout->setSpacing(1); 87 95 pMachineLayout->addWidget(m_pMachineFilterEditor); -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsInput.ui
r47188 r53286 16 16 <widget class="QWidget" name="UIGlobalSettingsInput"> 17 17 <layout class="QGridLayout" name="m_pMainLayout"> 18 <property name="margin">19 <number>0</number>20 </property>21 18 <item row="1" column="0"> 22 19 <widget class="QCheckBox" name="m_pEnableAutoGrabCheckbox">
Note:
See TracChangeset
for help on using the changeset viewer.