From 2096e8295d9310bb08666b8f48fa16f19b532926 Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Mon, 15 Jun 2020 19:05:21 +0200 Subject: [PATCH] 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 --- theme/Style/Style.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2