VirtualBox

Changeset 47945 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 21, 2013 7:49:24 AM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: Settings Dialog: Warning-pane: Style-sheet independent layout spacings.

File:
1 edited

Legend:

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

    r47847 r47945  
    9292        /* Configure layout: */
    9393        pMainLayout->setContentsMargins(0, 0, 0, 0);
     94        pMainLayout->setSpacing(10);
    9495        /* Add left stretch: */
    9596        pMainLayout->addStretch();
     
    105106            /* Configure layout: */
    106107            m_pIconLayout->setContentsMargins(0, 0, 0, 0);
     108            m_pIconLayout->setSpacing(6);
    107109            /* Add into main-layout: */
    108110            pMainLayout->addLayout(m_pIconLayout);
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