From: Claudio Cambra Date: Fri, 19 May 2023 14:58:28 +0000 (+0800) Subject: Reduce minimum size of activity X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~10^2~26^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a1346dc9003795ddf022d3da76d7b7646d627def;p=nextcloud-desktop.git Reduce minimum size of activity Signed-off-by: Claudio Cambra --- diff --git a/theme/Style/Style.qml b/theme/Style/Style.qml index a41ed4bff..9c2923800 100644 --- a/theme/Style/Style.qml +++ b/theme/Style/Style.qml @@ -58,7 +58,7 @@ QtObject { property int iconButtonWidth: 36 property int standardPrimaryButtonHeight: 40 - property int minActivityHeight: variableSize(40) + property int minActivityHeight: variableSize(32) property int currentAccountButtonWidth: 220 property int currentAccountButtonRadius: 2