Skip to content

Commit

Permalink
[#14] add 10px of padding to dropdowns for the right arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrismettal committed Mar 25, 2023
1 parent 0c3469d commit 35f0298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dracula/Dracula.qss
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ QMenu::right-arrow:selected {
}

QMenu::item {
padding: 2px 4px; /* make room for icon at left */
padding: 2px 14px 2px 4px; /* make room for icon at left and arrow at right */
border: 1px solid transparent; /* reserve space for selection border */
}

Expand Down

0 comments on commit 35f0298

Please sign in to comment.