Changeset 70140 in vbox for trunk/src/VBox
- Timestamp:
- Dec 15, 2017 12:19:44 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119700
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp
r70139 r70140 244 244 void UIVMLogViewerWidget::prepareWidgets() 245 245 { 246 /* Configure layout: */ 247 layout()->setContentsMargins(0, 0, 0, 0); 248 #ifdef VBOX_WS_MAC 249 layout()->setSpacing(10); 250 #else 251 const int iS = qApp->style()->pixelMetric(QStyle::PM_LayoutVerticalSpacing) / 2; 252 layout()->setSpacing(iS); 253 #endif 254 246 255 /* Create VM Log-Viewer container: */ 247 256 m_pViewerContainer = new QITabWidget(this);
Note:
See TracChangeset
for help on using the changeset viewer.