Fix menu bar colors for Qt5

Per #2611
This commit is contained in:
Tres Finocchiaro
2016-03-04 13:44:54 -05:00
parent 76bd1811ae
commit 5f48d1c596

View File

@@ -3,7 +3,7 @@
********************/
/* most foreground text items */
QLabel, QTreeWidget, QListWidget, QGroupBox {
QLabel, QTreeWidget, QListWidget, QGroupBox, QMenuBar {
color: #e0e0e0;
}