summaryrefslogtreecommitdiff
path: root/modules/lock/Content.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-11 15:42:00 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-11 15:42:00 +1000
commitefa806b8d6c74be76c82bbab6f17917c1278aed8 (patch)
tree1586be676bb71f48dc1bfa551779fe6f0d553d91 /modules/lock/Content.qml
parentlock: add fetch + refactor os info (diff)
downloadcaelestia-shell-efa806b8d6c74be76c82bbab6f17917c1278aed8.tar.gz
caelestia-shell-efa806b8d6c74be76c82bbab6f17917c1278aed8.tar.bz2
caelestia-shell-efa806b8d6c74be76c82bbab6f17917c1278aed8.zip
lock: better scaling for weather & fetch
Diffstat (limited to 'modules/lock/Content.qml')
-rw-r--r--modules/lock/Content.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/lock/Content.qml b/modules/lock/Content.qml
index 3ee9dd8..7348b10 100644
--- a/modules/lock/Content.qml
+++ b/modules/lock/Content.qml
@@ -30,6 +30,8 @@ RowLayout {
WeatherInfo {
id: weather
+
+ rootHeight: root.height
}
}