mirror of
https://github.com/ankitects/anki.git
synced 2026-01-12 05:23:55 -05:00
Add margin to QPushButton to prevent clipping
This commit is contained in:
parent
2d93989a2b
commit
a7e92b176d
1 changed files with 4 additions and 0 deletions
|
|
@ -177,9 +177,13 @@ class CustomStyles:
|
|||
QPushButton:default {{
|
||||
border: 1px solid {tm.var(colors.BORDER_FOCUS)};
|
||||
}}
|
||||
QPushButton {{
|
||||
margin: 1px;
|
||||
}}
|
||||
QPushButton:focus {{
|
||||
border: 2px solid {tm.var(colors.BORDER_FOCUS)};
|
||||
outline: none;
|
||||
margin: 0px;
|
||||
}}
|
||||
QPushButton:hover,
|
||||
QTabBar::tab:hover,
|
||||
|
|
|
|||
Loading…
Reference in a new issue