Fix dropdown menu spacing

This commit is contained in:
manongjohn 2021-09-05 22:13:37 -04:00
parent 8c3707a1ce
commit abb537f7d4
6 changed files with 6 additions and 6 deletions

View file

@ -310,7 +310,7 @@ QMenu {
}
QMenu::item {
border: 0;
padding: 3 28;
padding: 3 28 3 5;
}
QMenu::item:selected {
background-color: #5385a6;

View file

@ -310,7 +310,7 @@ QMenu {
}
QMenu::item {
border: 0;
padding: 3 28;
padding: 3 28 3 5;
}
QMenu::item:selected {
background-color: #5385a6;

View file

@ -310,7 +310,7 @@ QMenu {
}
QMenu::item {
border: 0;
padding: 3 28;
padding: 3 28 3 5;
}
QMenu::item:selected {
background-color: #a0c1dd;

View file

@ -310,7 +310,7 @@ QMenu {
}
QMenu::item {
border: 0;
padding: 3 28;
padding: 3 28 3 5;
}
QMenu::item:selected {
background-color: #5385a6;

View file

@ -140,7 +140,7 @@ QMenu {
padding: 2 0;
&::item {
border: 0;
padding: 3 28;
padding: 3 28 3 5;
&:selected {
background-color: @menu-item-bg-color-selected;
color: @menu-item-text-color-selected;

View file

@ -310,7 +310,7 @@ QMenu {
}
QMenu::item {
border: 0;
padding: 3 28;
padding: 3 28 3 5;
}
QMenu::item:selected {
background-color: #8FA0B2;