Skip to content

Commit

Permalink
Merge pull request #2567 from Umcaruje/spacinghover
Browse files Browse the repository at this point in the history
Change spacing on hovered items in the context menus
  • Loading branch information
Umcaruje committed Feb 23, 2016
2 parents a4649c8 + ff1f516 commit b49e758
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions data/themes/default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,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 {
Expand Down

0 comments on commit b49e758

Please sign in to comment.