diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-18 00:23:21 +0800 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-18 00:23:21 +0800 |
| commit | 086c5c9f0239b230d75c8365da0ab365bafaf0c1 (patch) | |
| tree | 43032550fc7c74b337f108f3a53de7e9e5dd9bc7 /config/DashboardConfig.qml | |
| parent | dashboard: fill current tab icon (diff) | |
| download | caelestia-shell-086c5c9f0239b230d75c8365da0ab365bafaf0c1.tar.gz caelestia-shell-086c5c9f0239b230d75c8365da0ab365bafaf0c1.tar.bz2 caelestia-shell-086c5c9f0239b230d75c8365da0ab365bafaf0c1.zip | |
feat: dashboard user
Diffstat (limited to 'config/DashboardConfig.qml')
| -rw-r--r-- | config/DashboardConfig.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/DashboardConfig.qml b/config/DashboardConfig.qml index a0b2106..b24232a 100644 --- a/config/DashboardConfig.qml +++ b/config/DashboardConfig.qml @@ -9,5 +9,8 @@ Singleton { component Sizes: QtObject { readonly property int tabIndicatorHeight: 3 readonly property int tabIndicatorSpacing: 5 + readonly property int faceSize: 100 + readonly property int infoWidth: 200 + readonly property int infoIconSize: 25 } } |