waffles: fix start button alignment when left aligned

This commit is contained in:
end-4
2025-11-23 11:59:12 +01:00
parent a72d5f98af
commit f9755694f7
@@ -26,6 +26,7 @@ BarButton {
}
background: Item {
id: background
BackgroundAcrylicRectangle {
id: mainBgRect
anchors.fill: parent
@@ -53,7 +54,7 @@ BarButton {
contentItem: Item {
id: contentItem
anchors.centerIn: parent
anchors.centerIn: background
implicitHeight: iconWidget.implicitHeight
implicitWidth: iconWidget.implicitWidth