From b1c1ca6b49ae0f20f0167166445d7772bcdcea3f Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Sun, 12 Oct 2025 17:04:09 -0400 Subject: [PATCH] ControlCenter: Slightly less tall utils at the bottom --- Modules/ControlCenter/ControlCenterPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/ControlCenter/ControlCenterPanel.qml b/Modules/ControlCenter/ControlCenterPanel.qml index cb1bdec6..85a74086 100644 --- a/Modules/ControlCenter/ControlCenterPanel.qml +++ b/Modules/ControlCenter/ControlCenterPanel.qml @@ -27,7 +27,7 @@ NPanel { readonly property int weatherHeight: Math.round(190 * Style.uiScaleRatio) readonly property int mediaSysMonHeight: Math.round(260 * Style.uiScaleRatio) readonly property int audioHeight: Math.round(120 * Style.uiScaleRatio) - readonly property int bottomHeight: Math.round(60 * Style.uiScaleRatio) + readonly property int bottomHeight: Math.round(52 * Style.uiScaleRatio) panelContent: Item { id: content