- Timestamp:
- Jul 21, 2008 2:02:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSettingsDialog.cpp
r10775 r10776 97 97 mWhatsThisTimer->setSingleShot (true); 98 98 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); 99 103 mLbWhatsThis->setFixedHeight (mLbWhatsThis->frameWidth() * 2 + 100 104 mLbWhatsThis->margin() * 2 +
Note:
See TracChangeset
for help on using the changeset viewer.