Remove min-width for QMenu item

This commit is contained in:
Matthias Metelka 2022-10-09 23:52:57 +02:00
parent 95b715427d
commit 9baa3ba3c0

View file

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