mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-12 17:17:50 +03:00
fix paddings visuals for left edge
This commit is contained in:
parent
640e9b3802
commit
3a85a81bd7
@ -64,7 +64,7 @@ Item {
|
||||
|
||||
AnchorChanges{
|
||||
target: tailPadding
|
||||
anchors.horizontalCenter: parent.horizontalCenter; anchors.verticalCenter: undefined;
|
||||
anchors.horizontalCenter: undefined; anchors.verticalCenter: parent.verticalCenter;
|
||||
anchors.right: undefined; anchors.left: parent.left; anchors.top: undefined; anchors.bottom: undefined;
|
||||
}
|
||||
},
|
||||
@ -115,7 +115,7 @@ Item {
|
||||
|
||||
AnchorChanges{
|
||||
target: headPadding
|
||||
anchors.horizontalCenter: parent.horizontalCenter; anchors.verticalCenter: undefined;
|
||||
anchors.horizontalCenter: undefined; anchors.verticalCenter: parent.verticalCenter;
|
||||
anchors.right: parent.right; anchors.left: undefined; anchors.top: undefined; anchors.bottom: undefined;
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user