From 40ccce3ba49abfd411082593e162764ad4bafc06 Mon Sep 17 00:00:00 2001 From: Camila Ayres Date: Thu, 12 Sep 2024 17:06:08 +0200 Subject: [PATCH] Use Style.trayFolderStatusIndicatorRadiusFactor in the UserLine. Signed-off-by: Camila Ayres --- src/gui/tray/UserLine.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/tray/UserLine.qml b/src/gui/tray/UserLine.qml index b37d4c3b2..2fcd958f0 100644 --- a/src/gui/tray/UserLine.qml +++ b/src/gui/tray/UserLine.qml @@ -62,7 +62,7 @@ AbstractButton { height: width anchors.bottom: accountAvatar.bottom anchors.right: accountAvatar.right - radius: width*0.5 + radius: width * Style.trayFolderStatusIndicatorRadiusFactor } Image { -- 2.30.2