Restore bottom padding of keyhint widget.

Previously, negative bottom padding was used (probably to compensate
for a trailing <br>). With the table format, this is no longer
necessary and causes the last line to be drawn too low.
This commit is contained in:
Ryan Roden-Corrent 2016-05-17 20:10:52 -04:00
parent 822d148713
commit e810317057

View File

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