Changeset 72236 in vbox
- Timestamp:
- May 17, 2018 11:56:33 AM (7 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp
r72037 r72236 451 451 layout()->setContentsMargins(0, 0, 0, 0); 452 452 #ifdef VBOX_WS_MAC 453 453 layout()->setSpacing(10); 454 454 #else 455 455 layout()->setSpacing(qApp->style()->pixelMetric(QStyle::PM_LayoutVerticalSpacing) / 2); 456 456 #endif 457 457 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIVMNamePathSelector.cpp
r72235 r72236 126 126 if (!m_pMainLayout) 127 127 return; 128 /* Configure layout: */ 128 /* Configure layout: */ 129 m_pMainLayout->setContentsMargins(0, 0, 0, 0); 129 130 #ifdef VBOX_WS_MAC 130 131 m_pMainLayout->setSpacing(0); 131 132 #else 132 133 m_pMainLayout->setSpacing(qApp->style()->pixelMetric(QStyle::PM_LayoutHorizontalSpacing) / 2); 133 134 #endif 134 135 setLayout(m_pMainLayout);
Note:
See TracChangeset
for help on using the changeset viewer.