mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
Fix spacing bug in context menu.
This commit is contained in:
parent
452444340e
commit
531833f055
1 changed files with 1 additions and 1 deletions
|
@ -1019,7 +1019,7 @@ PlasmaCore.Dialog {
|
|||
left: parent.left
|
||||
right: parent.right
|
||||
leftMargin: 2
|
||||
rightMargin: PlasmaCore.Units.smallSpacing
|
||||
rightMargin: PlasmaCore.Units.smallSpacing-1
|
||||
bottomMargin: 2
|
||||
}
|
||||
Rectangle {
|
||||
|
|
Loading…
Reference in a new issue