Reduce size of tray window header
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Tue, 19 Nov 2024 03:58:57 +0000 (11:58 +0800)
committerClaudio Cambra <claudio.cambra@nextcloud.com>
Thu, 21 Nov 2024 05:21:02 +0000 (13:21 +0800)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
theme/Style/Style.qml

index a097bc61feaf4cb748223b3a0a92cc0836ccf2b6..6d63d2898a7055a61bbe80b971a0745ffd8ad006 100644 (file)
@@ -44,7 +44,7 @@ QtObject {
     // dropdown menus radius\r
     property int halfTrayWindowRadius: 5\r
     property int trayWindowBorderWidth: variableSize(1)\r
-    property int trayWindowHeaderHeight: variableSize(60)\r
+    property int trayWindowHeaderHeight: variableSize(50)\r
     property int trayHorizontalMargin: 10\r
     property int trayModalWidth: 380\r
     property int trayModalHeight: 490\r