From 52d0c0807bd06a221d85bb7d86d32f9a799763ad Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 18 May 2025 00:38:10 +0800 Subject: dashboard: scale face based on info height Also increase spacing --- config/DashboardConfig.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'config/DashboardConfig.qml') 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 } -- cgit v1.2.3-freya