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:
parent
822d148713
commit
e810317057
@ -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;
|
||||
}
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user