From ed55afbcd87807b3a84910c51c1791c9425de1a6 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 9 May 2025 22:24:49 +1000 Subject: launcher: better style --- modules/launcher/ContentList.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/launcher/ContentList.qml') diff --git a/modules/launcher/ContentList.qml b/modules/launcher/ContentList.qml index 5f8c783..3cd4f3e 100644 --- a/modules/launcher/ContentList.qml +++ b/modules/launcher/ContentList.qml @@ -13,7 +13,6 @@ Item { required property Scope launcher required property TextField search required property int padding - required property int spacing required property int rounding property bool showWallpapers: search.text.startsWith(`${LauncherConfig.actionPrefix}wallpaper `) @@ -21,7 +20,6 @@ Item { anchors.horizontalCenter: parent.horizontalCenter anchors.bottom: parent.bottom - anchors.bottomMargin: root.padding clip: true state: showWallpapers ? "wallpapers" : "apps" -- cgit v1.2.3-freya