From 01d9c318593e1bf4eb81dc6e71dc4c20e8c9fa6a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 29 Apr 2025 10:53:54 +1000 Subject: bar: fix alignment Also refactor box -> styledrect + paddedrect --- modules/bar/Pills.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bar/Pills.qml') diff --git a/modules/bar/Pills.qml b/modules/bar/Pills.qml index 5337221..dffd65f 100644 --- a/modules/bar/Pills.qml +++ b/modules/bar/Pills.qml @@ -71,7 +71,7 @@ Item { } } - component Pill: Box { + component Pill: PaddedRect { id: pill color: Appearance.alpha(Appearance.colours.base, false) -- cgit v1.2.3-freya