Changeset 72235 in vbox
- Timestamp:
- May 17, 2018 11:38:01 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIVMNamePathSelector.cpp
r72228 r72235 128 128 /* Configure layout: */ 129 129 #ifdef VBOX_WS_MAC 130 m_pMainLayout->setContentsMargins(0, 0, 0, 0);131 130 m_pMainLayout->setSpacing(0); 132 131 #else 133 m_pMainLayout->setContentsMargins(qApp->style()->pixelMetric(QStyle::PM_LayoutLeftMargin) / 2, 0,134 qApp->style()->pixelMetric(QStyle::PM_LayoutRightMargin) / 2, 0);135 132 m_pMainLayout->setSpacing(qApp->style()->pixelMetric(QStyle::PM_LayoutHorizontalSpacing) / 2); 136 133 #endif
Note:
See TracChangeset
for help on using the changeset viewer.