VirtualBox

Changeset 42882 in vbox for trunk


Ignore:
Timestamp:
Aug 20, 2012 12:55:34 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80166
Message:

FE/Qt: 6234: Support for VM groups: Add a little bit more place between chooser-view and details-view.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooser.cpp

    r42802 r42882  
    3636    , m_pStatusBar(0)
    3737{
     38    /* Fix palette: */
     39    setAutoFillBackground(true);
     40    QPalette pal = palette();
     41    pal.setColor(QPalette::Window, QColor(240, 240, 240));
     42    setPalette(pal);
     43
    3844    /* Create main-layout: */
    3945    m_pMainLayout = new QVBoxLayout(this);
    40     m_pMainLayout->setContentsMargins(0, 0, 0, 0);
     46    m_pMainLayout->setContentsMargins(0, 0, 2, 0);
    4147    m_pMainLayout->setSpacing(0);
    4248
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetails.cpp

    r42734 r42882  
    3232    , m_pDetailsView(0)
    3333{
     34    /* Fix palette: */
     35    setAutoFillBackground(true);
     36    QPalette pal = palette();
     37    pal.setColor(QPalette::Window, QColor(240, 240, 240));
     38    setPalette(pal);
     39
    3440    /* Create main-layout: */
    3541    m_pMainLayout = new QVBoxLayout(this);
    36     m_pMainLayout->setContentsMargins(0, 0, 0, 0);
     42    m_pMainLayout->setContentsMargins(2, 0, 0, 0);
    3743    m_pMainLayout->setSpacing(0);
    3844
Note: See TracChangeset for help on using the changeset viewer.

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