VirtualBox

Changeset 70140 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 15, 2017 12:19:44 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119700
Message:

FE/Qt: ​bugref:9072 Change margins and spacgins of logviewer widget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp

    r70139 r70140  
    244244void UIVMLogViewerWidget::prepareWidgets()
    245245{
     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
    246255    /* Create VM Log-Viewer container: */
    247256    m_pViewerContainer = new QITabWidget(this);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette