diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-09 22:24:49 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-09 22:24:49 +1000 |
| commit | ed55afbcd87807b3a84910c51c1791c9425de1a6 (patch) | |
| tree | cb2a7ba08518e75b0a07b8ceafb419b5cfdb2aa9 /modules/launcher/ContentList.qml | |
| parent | launcher: fix flatten anim (diff) | |
| download | caelestia-shell-ed55afbcd87807b3a84910c51c1791c9425de1a6.tar.gz caelestia-shell-ed55afbcd87807b3a84910c51c1791c9425de1a6.tar.bz2 caelestia-shell-ed55afbcd87807b3a84910c51c1791c9425de1a6.zip | |
launcher: better style
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" |