projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc86358
)
Don't use a weirdly truncated icon size for header buttons
author
Kevin Ottens
<kevin.ottens@nextcloud.com>
Mon, 15 Jun 2020 17:05:21 +0000
(19:05 +0200)
committer
Camila
<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
patch
|
blob
|
history
diff --git
a/theme/Style/Style.qml
b/theme/Style/Style.qml
index 5c173a9175fdaccf8ad73d05c77f095dc6b8caab..7f67742141c84f30e8f34c994df0de27c1d848d1 100644
(file)
--- a/
theme/Style/Style.qml
+++ b/
theme/Style/Style.qml
@@
-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