Don't use a weirdly truncated icon size for header buttons
authorKevin Ottens <kevin.ottens@nextcloud.com>
Mon, 15 Jun 2020 17:05:21 +0000 (19:05 +0200)
committerCamila <smayres@gmail.com>
Tue, 16 Jun 2020 16:52:20 +0000 (18:52 +0200)
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 <kevin.ottens@nextcloud.com>
theme/Style/Style.qml

index 5c173a9175fdaccf8ad73d05c77f095dc6b8caab..7f67742141c84f30e8f34c994df0de27c1d848d1 100644 (file)
@@ -34,7 +34,7 @@ QtObject {
 \r
     property int addAccountButtonHeight: 50\r
 \r
-    property int headerButtonIconSize: (trayWindowHeaderHeight / 2.2)\r
+    property int headerButtonIconSize: 32\r
 \r
     property int activityLabelBaseWidth: 240\r
 \r