summaryrefslogtreecommitdiff
path: root/modules/osd
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-06 18:58:51 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-06 18:58:51 +1000
commit9d9042e0290b5e28c38489cdd637f6c72f8294f5 (patch)
tree01e5596545addc5ec757b722aa1170230cb27765 /modules/osd
parentrefactor: popout layer consistency with border (diff)
downloadcaelestia-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/osd')
-rw-r--r--modules/osd/Content.qml2
-rw-r--r--modules/osd/Wrapper.qml1
2 files changed, 1 insertions, 2 deletions
diff --git a/modules/osd/Content.qml b/modules/osd/Content.qml
index 54976e4..25ba7b8 100644
--- a/modules/osd/Content.qml
+++ b/modules/osd/Content.qml
@@ -12,7 +12,7 @@ Column {
padding: Appearance.padding.large
anchors.verticalCenter: parent.verticalCenter
- anchors.right: parent.right
+ anchors.left: parent.left
spacing: Appearance.spacing.normal
diff --git a/modules/osd/Wrapper.qml b/modules/osd/Wrapper.qml
index 610735f..6c21c1a 100644
--- a/modules/osd/Wrapper.qml
+++ b/modules/osd/Wrapper.qml
@@ -10,7 +10,6 @@ Item {
visible: width > 0
width: 0
- clip: true
states: State {
name: "visible"