Change spacing on hovered items in the context menus

This commit is contained in:
Umcaruje
2016-02-14 11:40:07 +01:00
parent 5c602a3f97
commit ff1f516542

View File

@@ -69,14 +69,12 @@ QMenu {
QMenu::separator {
height: 1px;
background: #8d8d8d;
margin-left: 5px;
margin-right: 5px;
}
QMenu::item {
color: black;
padding: 2px 32px 2px 20px;
margin:3px;
padding: 2px 35px 2px 23px;
margin: 3px 0px 3px 0px;
}
QMenu::item:selected {