correct style string, file modeline.

This commit is contained in:
Nathan Isom 2015-10-18 14:11:22 -05:00
parent ec3cafc293
commit d326cc050e
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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>
#