VirtualBox

Changeset 72235 in vbox


Ignore:
Timestamp:
May 17, 2018 11:38:01 AM (7 years ago)
Author:
vboxsync
Message:

FE/Qt bugref:6769: Dont set content margins in UIVMNamePathSelector

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIVMNamePathSelector.cpp

    r72228 r72235  
    128128            /* Configure layout: */
    129129#ifdef VBOX_WS_MAC
    130             m_pMainLayout->setContentsMargins(0, 0, 0, 0);
    131130            m_pMainLayout->setSpacing(0);
    132131#else
    133             m_pMainLayout->setContentsMargins(qApp->style()->pixelMetric(QStyle::PM_LayoutLeftMargin) / 2, 0,
    134                                                  qApp->style()->pixelMetric(QStyle::PM_LayoutRightMargin) / 2, 0);
    135132            m_pMainLayout->setSpacing(qApp->style()->pixelMetric(QStyle::PM_LayoutHorizontalSpacing) / 2);
    136133#endif
Note: See TracChangeset for help on using the changeset viewer.

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