From 2cc958fbb68dcd229ce6e7b091e288c591cf4a57 Mon Sep 17 00:00:00 2001 From: Jan Verbeek Date: Wed, 26 Oct 2016 13:46:52 +0200 Subject: [PATCH] Stop progress bar from growing status bar height --- qutebrowser/mainwindow/statusbar/progress.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qutebrowser/mainwindow/statusbar/progress.py b/qutebrowser/mainwindow/statusbar/progress.py index 0f120762e..17892fe33 100644 --- a/qutebrowser/mainwindow/statusbar/progress.py +++ b/qutebrowser/mainwindow/statusbar/progress.py @@ -36,6 +36,7 @@ class Progress(QProgressBar): border-radius: 0px; border: 2px solid transparent; background-color: transparent; + font: {{ font['statusbar'] }}; } QProgressBar::chunk {