From 39c70c1f22cb5280dc5f10b1e8131a887a5ce014 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Mon, 15 May 2023 13:48:41 +0200 Subject: [PATCH] make highlight indicator in activity list have rounded corners Signed-off-by: Matthieu Gallien --- src/gui/tray/ActivityList.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/tray/ActivityList.qml b/src/gui/tray/ActivityList.qml index 9dba09efc..ef66aa4d2 100644 --- a/src/gui/tray/ActivityList.qml +++ b/src/gui/tray/ActivityList.qml @@ -42,6 +42,8 @@ ScrollView { color: Style.lightHover visible: activityList.activeFocus + + radius: Style.mediumRoundedButtonRadius } highlightFollowsCurrentItem: true highlightMoveDuration: 0 -- 2.30.2