summaryrefslogtreecommitdiff
path: root/modules/lock/Center.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-10 21:48:57 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-10 21:48:57 +1000
commitacfef5103e66cfebcc882d8dd4f36daa0bb447cd (patch)
tree6aeb01941a9d4ce4848d1b6722fc967dd85d2292 /modules/lock/Center.qml
parentlock: add date (diff)
downloadcaelestia-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.qml4
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