Forgot font changes.
This commit is contained in:
parent
b18549bbed
commit
6391da4f6f
@ -65,7 +65,7 @@ class DownloadView(QListView):
|
|||||||
STYLESHEET = """
|
STYLESHEET = """
|
||||||
QListView {
|
QListView {
|
||||||
background-color: {{ color['downloads.bg.bar'] }};
|
background-color: {{ color['downloads.bg.bar'] }};
|
||||||
{{ font['downloads'] }}
|
font: {{ font['downloads'] }};
|
||||||
}
|
}
|
||||||
|
|
||||||
QListView::item {
|
QListView::item {
|
||||||
|
@ -55,7 +55,7 @@ class CompletionView(QTreeView):
|
|||||||
# don't define that in this stylesheet.
|
# don't define that in this stylesheet.
|
||||||
STYLESHEET = """
|
STYLESHEET = """
|
||||||
QTreeView {
|
QTreeView {
|
||||||
{{ font['completion'] }}
|
font: {{ font['completion'] }};
|
||||||
background-color: {{ color['completion.bg'] }};
|
background-color: {{ color['completion.bg'] }};
|
||||||
alternate-background-color: {{ color['completion.alternate-bg'] }};
|
alternate-background-color: {{ color['completion.alternate-bg'] }};
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
@ -110,7 +110,7 @@ class StatusBar(QWidget):
|
|||||||
QWidget#StatusBar,
|
QWidget#StatusBar,
|
||||||
QWidget#StatusBar QLabel,
|
QWidget#StatusBar QLabel,
|
||||||
QWidget#StatusBar QLineEdit {
|
QWidget#StatusBar QLineEdit {
|
||||||
{{ font['statusbar'] }}
|
font: {{ font['statusbar'] }};
|
||||||
background-color: {{ color['statusbar.bg'] }};
|
background-color: {{ color['statusbar.bg'] }};
|
||||||
color: {{ color['statusbar.fg'] }};
|
color: {{ color['statusbar.fg'] }};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user