VirtualBox

Changeset 68260 in vbox for trunk


Ignore:
Timestamp:
Aug 2, 2017 4:42:57 PM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8900: Selector UI: Yet another portion of layout fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp

    r68252 r68260  
    17831783    {
    17841784        /* Configure toolbar: */
     1785        m_pToolBar->setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum);
    17851786        m_pToolBar->setContextMenuPolicy(Qt::CustomContextMenu);
    17861787        m_pToolBar->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
     
    18041805        {
    18051806            /* Configure tab-bar: */
    1806             m_pTabBarMachine->setContentsMargins(0, 0, 10, 0);
     1807            m_pTabBarMachine->setContentsMargins(10, 0, 10, 0);
    18071808
    18081809            /* Add into toolbar: */
     
    18151816        {
    18161817            /* Configure tab-bar: */
    1817             m_pTabBarGlobal->setContentsMargins(0, 0, 10, 0);
     1818            m_pTabBarGlobal->setContentsMargins(10, 0, 10, 0);
    18181819
    18191820            /* Add into toolbar: */
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