Fix text color in command right click menu

This commit is contained in:
Florian Bruhin 2014-09-22 13:24:00 +02:00
parent 2a68607fb3
commit 7cf9989bff

View File

@ -107,7 +107,7 @@ class StatusBar(QWidget):
{{ color['statusbar.bg.error'] }}
}
QWidget {
QLabel, QLineEdit {
{{ color['statusbar.fg'] }}
{{ font['statusbar'] }}
}