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 <kevin.ottens@nextcloud.com>
This commit is contained in:
Kevin Ottens 2020-06-15 19:05:21 +02:00 committed by Camila
parent bc863584db
commit 2096e8295d

View file

@ -34,7 +34,7 @@ QtObject {
property int addAccountButtonHeight: 50
property int headerButtonIconSize: (trayWindowHeaderHeight / 2.2)
property int headerButtonIconSize: 32
property int activityLabelBaseWidth: 240