summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-18 11:42:16 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-18 11:42:16 +0800
commitc6a389120d8f1eebcc817d2903aae5ebb2b8732b (patch)
tree97f913626275123f8bb2ac94b5778f89a0691160 /config
parentdashboard: m3 tab line (diff)
downloadcaelestia-shell-c6a389120d8f1eebcc817d2903aae5ebb2b8732b.tar.gz
caelestia-shell-c6a389120d8f1eebcc817d2903aae5ebb2b8732b.tar.bz2
caelestia-shell-c6a389120d8f1eebcc817d2903aae5ebb2b8732b.zip
dashboard: add datetime
Diffstat (limited to 'config')
-rw-r--r--config/DashboardConfig.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/DashboardConfig.qml b/config/DashboardConfig.qml
index 86d0e9b..1461ff7 100644
--- a/config/DashboardConfig.qml
+++ b/config/DashboardConfig.qml
@@ -11,5 +11,6 @@ Singleton {
readonly property int tabIndicatorSpacing: 5
readonly property int infoWidth: 200
readonly property int infoIconSize: 25
+ readonly property int dateTimeWidth: 110
}
}