Fix wrong Style property.
authorCamila Ayres <hello@camilasan.com>
Fri, 13 Sep 2024 10:10:55 +0000 (12:10 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Fri, 13 Sep 2024 11:40:45 +0000 (11:40 +0000)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/tray/UserLine.qml

index d09216eff06f8e493224e67223085cf2762ff7dc..e6f5ef800c218b60a181063d50632b75bdc58cc3 100644 (file)
@@ -40,7 +40,7 @@ AbstractButton {
         color: (userLine.hovered || userLine.visualFocus) &&\r
                !(userMoreButton.hovered || userMoreButton.visualFocus) ?\r
                    palette.highlight : palette.window\r
-        radius: Style.halfWindowRadius\r
+        radius: Style.halfTrayWindowRadius\r
     }\r
 \r
     contentItem: RowLayout {\r