From: Camila Ayres Date: Thu, 12 Sep 2024 15:06:08 +0000 (+0200) Subject: Use Style.trayFolderStatusIndicatorRadiusFactor in the UserLine. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~6^2~18^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=40ccce3ba49abfd411082593e162764ad4bafc06;p=nextcloud-desktop.git Use Style.trayFolderStatusIndicatorRadiusFactor in the UserLine. Signed-off-by: Camila Ayres --- 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 {