diff options
Diffstat (limited to 'modules/launcher/ContentList.qml')
| -rw-r--r-- | modules/launcher/ContentList.qml | 2 |
1 files changed, 0 insertions, 2 deletions
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" |