Changeset 3671 in vbox for trunk/src/VBox
- Timestamp:
- Jul 17, 2007 9:20:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r3524 r3671 136 136 QIApplication a (argc, argv); 137 137 138 #ifndef RT_OS_DARWIN 138 139 /* some gui qt-styles has it's own different color for buttons 139 140 * causing tool-buttons and dropped menu displayed in … … 147 148 pal.color (QPalette::Inactive, QColorGroup::Background)); 148 149 a.setPalette (pal); 150 #endif 149 151 150 152 #ifdef Q_WS_X11
Note:
See TracChangeset
for help on using the changeset viewer.