From db0eff89afe8b0ec9b6a08cb916409d0ff15deed Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Tue, 19 Nov 2024 11:58:57 +0800 Subject: [PATCH] Reduce size of tray window header Signed-off-by: Claudio Cambra --- theme/Style/Style.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/Style/Style.qml b/theme/Style/Style.qml index a097bc61feaf4..6d63d2898a705 100644 --- a/theme/Style/Style.qml +++ b/theme/Style/Style.qml @@ -44,7 +44,7 @@ QtObject { // dropdown menus radius property int halfTrayWindowRadius: 5 property int trayWindowBorderWidth: variableSize(1) - property int trayWindowHeaderHeight: variableSize(60) + property int trayWindowHeaderHeight: variableSize(50) property int trayHorizontalMargin: 10 property int trayModalWidth: 380 property int trayModalHeight: 490