mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
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:
parent
bc863584db
commit
2096e8295d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ QtObject {
|
|||
|
||||
property int addAccountButtonHeight: 50
|
||||
|
||||
property int headerButtonIconSize: (trayWindowHeaderHeight / 2.2)
|
||||
property int headerButtonIconSize: 32
|
||||
|
||||
property int activityLabelBaseWidth: 240
|
||||
|
||||
|
|
Loading…
Reference in a new issue