missed one.

This commit is contained in:
Nathan Isom 2015-10-16 11:18:25 -05:00
parent 9b8b2130ef
commit 869e2d9127

View File

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