VirtualBox

Changeset 7921 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Apr 11, 2008 3:04:01 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt4: Enabled contents propagation of the parent background. This is generally better than overriding the palette (Especially on the Mac). Disabled the statusbar at all.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp

    r7766 r7921  
    126126    /* make "transparent" */
    127127    mDetailsText->setFrameShape (QFrame::NoFrame);
    128     mDetailsText->setAutoFillBackground (true);
    129 //    mDetailsText->setBackgroundRole (QPalette::Window);
    130     QPalette bgPal(mDetailsText->palette());
    131     bgPal.setBrush(QPalette::Base, bgPal.brush(QPalette::Window));
    132     mDetailsText->setPalette(bgPal);
     128    mDetailsText->viewport()->setAutoFillBackground (false);
    133129
    134130    connect (mDetailsText, SIGNAL (anchorClicked (const QUrl &)),
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