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
1 changed files with 0 additions and 1 deletions

View File

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