From e810317057945d280817bcd27ad85b1cb69f7c51 Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Tue, 17 May 2016 20:10:52 -0400 Subject: [PATCH] Restore bottom padding of keyhint widget. Previously, negative bottom padding was used (probably to compensate for a trailing
). With the table format, this is no longer necessary and causes the last line to be drawn too low. --- qutebrowser/misc/keyhintwidget.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qutebrowser/misc/keyhintwidget.py b/qutebrowser/misc/keyhintwidget.py index 80ce0aae9..4ee70032c 100644 --- a/qutebrowser/misc/keyhintwidget.py +++ b/qutebrowser/misc/keyhintwidget.py @@ -51,7 +51,6 @@ class KeyHintView(QLabel): color: {{ color['keyhint.fg'] }}; background-color: {{ color['keyhint.bg'] }}; padding: 6px; - padding-bottom: -4px; border-top-right-radius: 6px; } """