--User changes

-Fix bad looking menu items in the stylesheets.
This commit is contained in:
Person 2020-05-07 06:35:20 -07:00
parent f54325dfd2
commit a420e33d03
2 changed files with 4 additions and 4 deletions

View File

@ -228,7 +228,7 @@ QMenu
margin: 0;
menu-scrollable: 0;
}
/*
QMenu::icon
{
margin: 5px;
@ -238,7 +238,7 @@ QMenu::item
{
padding: 5px 30px 5px 30px;
}
*/
QMenu::item:enabled:selected
{
background: #7cabf9;

View File

@ -254,7 +254,7 @@ QMenu
margin: 0;
menu-scrollable: 0;
}
/*
QMenu::icon
{
margin: 5px;
@ -264,7 +264,7 @@ QMenu::item
{
padding: 5px 30px 5px 30px;
}
*/
QMenu::item:enabled:selected
{
background-color: rgb(176, 204, 177);