From: Kevin Ottens Date: Mon, 15 Jun 2020 17:05:21 +0000 (+0200) Subject: Don't use a weirdly truncated icon size for header buttons X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~153 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2096e8295d9310bb08666b8f48fa16f19b532926;p=nextcloud-desktop.git Don't use a weirdly truncated icon size for header buttons This led to blurry icons. Now use a fixed size of 32 which also makes them a bit more pleasing... at least to me. ;-) Signed-off-by: Kevin Ottens --- diff --git a/theme/Style/Style.qml b/theme/Style/Style.qml index 5c173a917..7f6774214 100644 --- a/theme/Style/Style.qml +++ b/theme/Style/Style.qml @@ -34,7 +34,7 @@ QtObject { property int addAccountButtonHeight: 50 - property int headerButtonIconSize: (trayWindowHeaderHeight / 2.2) + property int headerButtonIconSize: 32 property int activityLabelBaseWidth: 240