mirror of
https://github.com/ankitects/anki.git
synced 2026-01-12 21:44:01 -05:00
Add margin to QPushButton to prevent clipping
This commit is contained in:
parent
99d24dd78f
commit
240f5ad6ef
1 changed files with 1 additions and 0 deletions
|
|
@ -198,6 +198,7 @@ class CustomStyles:
|
||||||
tm.var(colors.BUTTON_GRADIENT_END),
|
tm.var(colors.BUTTON_GRADIENT_END),
|
||||||
)
|
)
|
||||||
};
|
};
|
||||||
|
|
||||||
}}
|
}}
|
||||||
QPushButton:default:hover {{
|
QPushButton:default:hover {{
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue