diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-10 21:48:57 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-10 21:48:57 +1000 |
| commit | acfef5103e66cfebcc882d8dd4f36daa0bb447cd (patch) | |
| tree | 6aeb01941a9d4ce4848d1b6722fc967dd85d2292 /modules/lock/Center.qml | |
| parent | lock: add date (diff) | |
| download | caelestia-shell-acfef5103e66cfebcc882d8dd4f36daa0bb447cd.tar.gz caelestia-shell-acfef5103e66cfebcc882d8dd4f36daa0bb447cd.tar.bz2 caelestia-shell-acfef5103e66cfebcc882d8dd4f36daa0bb447cd.zip | |
lock: better lock anim
Diffstat (limited to 'modules/lock/Center.qml')
| -rw-r--r-- | modules/lock/Center.qml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/lock/Center.qml b/modules/lock/Center.qml index e3bf147..4d32bfd 100644 --- a/modules/lock/Center.qml +++ b/modules/lock/Center.qml @@ -5,7 +5,6 @@ import qs.components.images import qs.services import qs.config import qs.utils -import Quickshell import QtQuick import QtQuick.Layouts @@ -15,9 +14,8 @@ ColumnLayout { required property var lock readonly property list<string> timeComponents: Time.format(Config.services.useTwelveHourClock ? "hh:mm:A" : "hh:mm").split(":") - Layout.fillWidth: true + Layout.preferredWidth: Config.lock.sizes.centerWidth Layout.fillHeight: true - Layout.minimumWidth: Config.lock.sizes.centerWidth spacing: Appearance.spacing.large * 2 |