mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 12:35:52 +03:00
Reduce size of tray window header
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
0f689fd255
commit
a1e57fe09f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue