Skip to content

Commit

Permalink
Reduce size of tray window header
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Nov 21, 2024
1 parent 1b195df commit db0eff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/Style/Style.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db0eff8

Please sign in to comment.