Reduce size of tray window header

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2024-11-19 11:58:57 +08:00
parent 0f689fd255
commit a1e57fe09f
No known key found for this signature in database
GPG key ID: C839200C384636B0

View file

@ -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