hefty: bar: fix some alignment issues for floating

This commit is contained in:
end-4
2026-03-22 09:58:22 +01:00
parent 193d82847a
commit d52fbe0b40
5 changed files with 11 additions and 7 deletions
@@ -22,6 +22,7 @@ Item {
anchors.top: parent.top
anchors.right: !root.vertical ? centerLeftSide.left : parent.right
anchors.bottom: !root.vertical ? parent.bottom : centerLeftSide.top
anchors.leftMargin: 0 // For accessibility
HBarUserFallbackComponentRepeater {
componentNames: root.leftWidgets
@@ -66,6 +67,7 @@ Item {
anchors.bottom: parent.bottom
anchors.left: !root.vertical ? centerRightSide.right : parent.left
anchors.top: !root.vertical ? parent.top : centerRightSide.bottom
anchors.rightMargin: 0 // For accessibility
Item {
Layout.fillWidth: true