mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
better qmenu padding
This commit is contained in:
parent
660a344485
commit
efc7322093
1 changed files with 4 additions and 1 deletions
|
|
@ -87,9 +87,12 @@ QMenu {
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::item {
|
QMenu::item {
|
||||||
padding: 5px 10px 5px 5px;
|
padding: 8px 15px 8px 10px;
|
||||||
border-left: 3px solid {color:bg-view};
|
border-left: 3px solid {color:bg-view};
|
||||||
}
|
}
|
||||||
|
QMenu::icon {
|
||||||
|
padding-left: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
QMenu::item:selected {
|
QMenu::item:selected {
|
||||||
border-left-color: {color:active_1};
|
border-left-color: {color:active_1};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue