From 830136540d86cfa322b6a35e099fea42dd7614bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Wi=C3=9Fmann?= Date: Tue, 25 Aug 2015 10:31:04 +0200 Subject: [PATCH] Hide the border of the completionwidget Having a light Qt theme but a dark qutebrowser theme, one can see an ugly white border around the completion widget which is some relict from the underlying Qt widget QTreeView. As qutebrowser has its own theming settings for the mainwindow, it should hide the Qt theme as far as possible. --- qutebrowser/completion/completionwidget.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qutebrowser/completion/completionwidget.py b/qutebrowser/completion/completionwidget.py index 36de445ac..388c84bf5 100644 --- a/qutebrowser/completion/completionwidget.py +++ b/qutebrowser/completion/completionwidget.py @@ -59,6 +59,7 @@ class CompletionView(QTreeView): {{ color['completion.bg'] }} alternate-background-color: {{ color['completion.alternate-bg'] }}; outline: 0; + border: 0px; } QTreeView::item:disabled {