VirtualBox

Changeset 8319 in vbox


Ignore:
Timestamp:
Apr 23, 2008 9:02:04 AM (17 years ago)
Author:
vboxsync
Message:

FE/Qt-OSX: Fixed gray background of comboboxes on Mac OS X.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxHardDiskSettings.ui.h

    r8301 r8319  
    449449        cbvdi->setBelongsTo (mMachine.GetId());
    450450        cbvdi->refresh();
     451#ifdef Q_WS_MAC
     452        /* White background on Mac OS X */
     453        cbslot->setPaletteBackgroundColor (cbslot->parentWidget()->paletteBackgroundColor());
     454        cbvdi->setPaletteBackgroundColor (cbvdi->parentWidget()->paletteBackgroundColor());
     455#endif /* Q_WS_MAC */
    451456    }
    452457
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