Changeset 72720 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 28, 2018 1:15:23 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123254
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/logviewer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerPanel.cpp
r71638 r72720 84 84 { 85 85 #ifdef VBOX_WS_MAC 86 m_pMainLayout->setContentsMargins(5, 0, 0, 5);87 m_pMainLayout->setSpacing( 5);86 m_pMainLayout->setContentsMargins(5, 0, 5, 0); 87 m_pMainLayout->setSpacing(10); 88 88 #else 89 89 m_pMainLayout->setContentsMargins(qApp->style()->pixelMetric(QStyle::PM_LayoutLeftMargin) / 2, 0, -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSearchPanel.cpp
r71638 r72720 244 244 /* Configure layout: */ 245 245 #ifdef VBOX_WS_MAC 246 pContainerLayout->setContentsMargins(5, 0, 0, 5);246 pContainerLayout->setContentsMargins(5, 0, 5, 0); 247 247 pContainerLayout->setSpacing(5); 248 248 #else
Note:
See TracChangeset
for help on using the changeset viewer.