Removed left margin on QMenu::item

Attempt to solve issue #57
This commit is contained in:
Raincode 2017-07-08 23:45:23 +02:00 committed by GitHub
parent b328e32b36
commit 22110969c6

View File

@ -236,7 +236,6 @@ QMenu::icon
QMenu::item QMenu::item
{ {
padding: 5px 30px 5px 30px; padding: 5px 30px 5px 30px;
margin-left: 5px;
border: 1px solid transparent; /* reserve space for selection border */ border: 1px solid transparent; /* reserve space for selection border */
} }