diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-06 18:58:51 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-06 18:58:51 +1000 |
| commit | 9d9042e0290b5e28c38489cdd637f6c72f8294f5 (patch) | |
| tree | 01e5596545addc5ec757b722aa1170230cb27765 /modules/launcher | |
| parent | refactor: popout layer consistency with border (diff) | |
| download | caelestia-shell-9d9042e0290b5e28c38489cdd637f6c72f8294f5.tar.gz caelestia-shell-9d9042e0290b5e28c38489cdd637f6c72f8294f5.tar.bz2 caelestia-shell-9d9042e0290b5e28c38489cdd637f6c72f8294f5.zip | |
feat: better launcher and osd animations
Slide not clip
Diffstat (limited to 'modules/launcher')
| -rw-r--r-- | modules/launcher/Content.qml | 2 | ||||
| -rw-r--r-- | modules/launcher/Wrapper.qml | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/modules/launcher/Content.qml b/modules/launcher/Content.qml index 5267bc9..6df3ed5 100644 --- a/modules/launcher/Content.qml +++ b/modules/launcher/Content.qml @@ -17,7 +17,7 @@ Item { implicitWidth: listWrapper.width + padding * 2 implicitHeight: search.height + listWrapper.height + padding * 2 + spacing - anchors.bottom: parent.bottom + anchors.top: parent.top anchors.horizontalCenter: parent.horizontalCenter StyledRect { diff --git a/modules/launcher/Wrapper.qml b/modules/launcher/Wrapper.qml index aa16b8a..2782d1b 100644 --- a/modules/launcher/Wrapper.qml +++ b/modules/launcher/Wrapper.qml @@ -10,7 +10,6 @@ Item { visible: height > 0 height: 0 - clip: true states: State { name: "visible" |