Use Style.trayFolderStatusIndicatorRadiusFactor in the UserLine.
authorCamila Ayres <hello@camilasan.com>
Thu, 12 Sep 2024 15:06:08 +0000 (17:06 +0200)
committerCamila 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

index b37d4c3b250aa63da8d610f4b692a00c855094d8..2fcd958f01a779bbc4c8da76c2d7b7bb537fe90d 100644 (file)
@@ -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