- Timestamp:
- Aug 2, 2017 4:42:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp
r68252 r68260 1783 1783 { 1784 1784 /* Configure toolbar: */ 1785 m_pToolBar->setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum); 1785 1786 m_pToolBar->setContextMenuPolicy(Qt::CustomContextMenu); 1786 1787 m_pToolBar->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); … … 1804 1805 { 1805 1806 /* Configure tab-bar: */ 1806 m_pTabBarMachine->setContentsMargins( 0, 0, 10, 0);1807 m_pTabBarMachine->setContentsMargins(10, 0, 10, 0); 1807 1808 1808 1809 /* Add into toolbar: */ … … 1815 1816 { 1816 1817 /* Configure tab-bar: */ 1817 m_pTabBarGlobal->setContentsMargins( 0, 0, 10, 0);1818 m_pTabBarGlobal->setContentsMargins(10, 0, 10, 0); 1818 1819 1819 1820 /* Add into toolbar: */
Note:
See TracChangeset
for help on using the changeset viewer.