From f9755694f758f10755a267025cb7890cbd34187f Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 23 Nov 2025 11:59:12 +0100 Subject: [PATCH] waffles: fix start button alignment when left aligned --- dots/.config/quickshell/ii/modules/waffle/bar/AppButton.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/waffle/bar/AppButton.qml b/dots/.config/quickshell/ii/modules/waffle/bar/AppButton.qml index 7f527c97d..9d8d323fe 100644 --- a/dots/.config/quickshell/ii/modules/waffle/bar/AppButton.qml +++ b/dots/.config/quickshell/ii/modules/waffle/bar/AppButton.qml @@ -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