VirtualBox

Changeset 10776 in vbox for trunk


Ignore:
Timestamp:
Jul 21, 2008 2:02:30 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: Change the background color of the whats this window to the window base color.

File:
1 edited

Legend:

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

    r10775 r10776  
    9797    mWhatsThisTimer->setSingleShot (true);
    9898    connect (mWhatsThisTimer, SIGNAL (timeout()), this, SLOT (updateWhatsThis()));
     99    mLbWhatsThis->setAutoFillBackground (true);
     100    QPalette pal = mLbWhatsThis->palette();
     101    pal.setBrush (QPalette::Window, pal.brush (QPalette::Base));
     102    mLbWhatsThis->setPalette (pal);
    99103    mLbWhatsThis->setFixedHeight (mLbWhatsThis->frameWidth() * 2 +
    100104                                  mLbWhatsThis->margin() * 2 +
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