Changeset 70024 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Dec 8, 2017 12:45:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp
r69917 r70024 1841 1841 { 1842 1842 /* Configure tab-bar: */ 1843 const int iL = qApp->style()->pixelMetric(QStyle::PM_LayoutLeftMargin) / 2;1844 const int iR = qApp->style()->pixelMetric(QStyle::PM_LayoutRightMargin) / 2;1843 const int iL = qApp->style()->pixelMetric(QStyle::PM_LayoutLeftMargin); 1844 const int iR = qApp->style()->pixelMetric(QStyle::PM_LayoutRightMargin); 1845 1845 m_pTabBarMachine->setContentsMargins(iL, 0, iR, 0); 1846 1846 … … 1854 1854 { 1855 1855 /* Configure tab-bar: */ 1856 const int iL = qApp->style()->pixelMetric(QStyle::PM_LayoutLeftMargin) / 2;1857 const int iR = qApp->style()->pixelMetric(QStyle::PM_LayoutRightMargin) / 2;1856 const int iL = qApp->style()->pixelMetric(QStyle::PM_LayoutLeftMargin); 1857 const int iR = qApp->style()->pixelMetric(QStyle::PM_LayoutRightMargin); 1858 1858 m_pTabBarGlobal->setContentsMargins(iL, 0, iR, 0); 1859 1859
Note:
See TracChangeset
for help on using the changeset viewer.