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:
6a14f71
)
Use Style.trayFolderStatusIndicatorRadiusFactor in the UserLine.
author
Camila Ayres
<hello@camilasan.com>
Thu, 12 Sep 2024 15:06:08 +0000
(17:06 +0200)
committer
Camila Ayres
<hello@camilasan.com>
Fri, 13 Sep 2024 10:30:09 +0000
(12:30 +0200)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/tray/UserLine.qml
patch
|
blob
|
history
diff --git
a/src/gui/tray/UserLine.qml
b/src/gui/tray/UserLine.qml
index b37d4c3b250aa63da8d610f4b692a00c855094d8..2fcd958f01a779bbc4c8da76c2d7b7bb537fe90d 100644
(file)
--- a/
src/gui/tray/UserLine.qml
+++ b/
src/gui/tray/UserLine.qml
@@
-62,7
+62,7
@@
AbstractButton {
height: width
\r
anchors.bottom: accountAvatar.bottom
\r
anchors.right: accountAvatar.right
\r
- radius:
width*0.5
\r
+ radius:
width * Style.trayFolderStatusIndicatorRadiusFactor
\r
}
\r
\r
Image {
\r