correct style string, file modeline.
This commit is contained in:
parent
ec3cafc293
commit
d326cc050e
@ -88,7 +88,7 @@ class CompletionView(QTreeView):
|
||||
}
|
||||
|
||||
QTreeView QScrollBar::handle {
|
||||
background: {{ color[completion.scrollbar.fg] }};
|
||||
background: {{ color['completion.scrollbar.fg'] }};
|
||||
border: {{ config.get('completion', 'scrollbar.padding') }}px solid
|
||||
{{ color['completion.scrollbar.bg'] }};
|
||||
min-height: 10px;
|
||||
|
@ -1,4 +1,4 @@
|
||||
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:D
|
||||
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
|
||||
|
||||
# Copyright 2014-2015 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user