diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-18 11:42:16 +0800 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-18 11:42:16 +0800 |
| commit | c6a389120d8f1eebcc817d2903aae5ebb2b8732b (patch) | |
| tree | 97f913626275123f8bb2ac94b5778f89a0691160 /config/DashboardConfig.qml | |
| parent | dashboard: m3 tab line (diff) | |
| download | caelestia-shell-c6a389120d8f1eebcc817d2903aae5ebb2b8732b.tar.gz caelestia-shell-c6a389120d8f1eebcc817d2903aae5ebb2b8732b.tar.bz2 caelestia-shell-c6a389120d8f1eebcc817d2903aae5ebb2b8732b.zip | |
dashboard: add datetime
Diffstat (limited to 'config/DashboardConfig.qml')
| -rw-r--r-- | config/DashboardConfig.qml | 1 |
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 } } |