mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Remove min-width for QMenu item
This commit is contained in:
parent
95b715427d
commit
9baa3ba3c0
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ QMenu::item {{
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
padding: 3px 10px;
|
padding: 3px 10px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
min-width: 120px;
|
|
||||||
}}
|
}}
|
||||||
QMenu::item:selected {{
|
QMenu::item:selected {{
|
||||||
background-color: {tm.var(colors.HIGHLIGHT_BG)};
|
background-color: {tm.var(colors.HIGHLIGHT_BG)};
|
||||||
|
|
Loading…
Reference in a new issue