diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-11 13:43:32 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-11 13:43:32 +1000 |
| commit | 90f62b3a5b44679136bb8993af4150cbaddaf08f (patch) | |
| tree | 7e812761636bd8618972f8da4dab2d64c9ad4fe5 /modules/lock | |
| parent | lock: add media controls (diff) | |
| download | caelestia-shell-90f62b3a5b44679136bb8993af4150cbaddaf08f.tar.gz caelestia-shell-90f62b3a5b44679136bb8993af4150cbaddaf08f.tar.bz2 caelestia-shell-90f62b3a5b44679136bb8993af4150cbaddaf08f.zip | |
lock: better init anim
Diffstat (limited to 'modules/lock')
| -rw-r--r-- | modules/lock/Content.qml | 2 | ||||
| -rw-r--r-- | modules/lock/Media.qml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/modules/lock/Content.qml b/modules/lock/Content.qml index 176dc8e..5bf0ee8 100644 --- a/modules/lock/Content.qml +++ b/modules/lock/Content.qml @@ -18,6 +18,7 @@ RowLayout { ColumnLayout { Layout.fillWidth: true spacing: Appearance.spacing.normal + scale: root.centerScale StyledRect { Layout.fillWidth: true @@ -64,6 +65,7 @@ RowLayout { ColumnLayout { Layout.fillWidth: true spacing: Appearance.spacing.normal + scale: root.centerScale StyledRect { Layout.fillWidth: true diff --git a/modules/lock/Media.qml b/modules/lock/Media.qml index 749db4d..e179498 100644 --- a/modules/lock/Media.qml +++ b/modules/lock/Media.qml @@ -97,7 +97,7 @@ Item { RowLayout { Layout.alignment: Qt.AlignHCenter - Layout.topMargin: Appearance.spacing.large * 1.5 + Layout.topMargin: Appearance.spacing.large * 1.2 Layout.bottomMargin: Appearance.padding.large spacing: Appearance.spacing.large |