From 00d3c1a472888817d7649391d4a8485c5fc6f6f5 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 3 May 2025 23:56:37 +1000 Subject: feat: launcher wallpaper selector --- modules/launcher/AppItem.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/launcher/AppItem.qml') diff --git a/modules/launcher/AppItem.qml b/modules/launcher/AppItem.qml index 744c2d0..ea67682 100644 --- a/modules/launcher/AppItem.qml +++ b/modules/launcher/AppItem.qml @@ -10,10 +10,12 @@ PaddedRect { required property DesktopEntry modelData required property Scope launcher - implicitWidth: ListView.view.width implicitHeight: LauncherConfig.sizes.itemHeight padding: [Appearance.padding.smaller, Appearance.padding.normal] + anchors.left: parent.left + anchors.right: parent.right + StateLayer { radius: Appearance.rounding.normal -- cgit v1.2.3-freya