diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-18 00:38:10 +0800 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-18 00:38:10 +0800 |
| commit | 52d0c0807bd06a221d85bb7d86d32f9a799763ad (patch) | |
| tree | 49cb78904887d7c19dacadb337adb59ef4217069 /config | |
| parent | feat: dashboard user (diff) | |
| download | caelestia-shell-52d0c0807bd06a221d85bb7d86d32f9a799763ad.tar.gz caelestia-shell-52d0c0807bd06a221d85bb7d86d32f9a799763ad.tar.bz2 caelestia-shell-52d0c0807bd06a221d85bb7d86d32f9a799763ad.zip | |
dashboard: scale face based on info height
Also increase spacing
Diffstat (limited to 'config')
| -rw-r--r-- | config/DashboardConfig.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/DashboardConfig.qml b/config/DashboardConfig.qml index b24232a..86d0e9b 100644 --- a/config/DashboardConfig.qml +++ b/config/DashboardConfig.qml @@ -9,7 +9,6 @@ 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 } |