Match the apps menu list look with the user's list look.
authorCamila Ayres <hello@camilasan.com>
Thu, 12 Sep 2024 15:34:29 +0000 (17:34 +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/Window.qml

index df7fc5de68d23aa245a0b7c0cc6ac60d0ebb03e1..1686ce882b710d8236cb57a40be9e49ffdeabf21 100644 (file)
@@ -587,8 +587,8 @@ ApplicationWindow {
 \r
                         background: Rectangle {\r
                             border.color: palette.dark\r
+                            radius: Style.currentAccountButtonRadius\r
                             color: palette.window\r
-                            radius: 2\r
                         }\r
 \r
                         contentItem: ScrollView {\r
@@ -618,6 +618,12 @@ ApplicationWindow {
                                     Accessible.role: Accessible.MenuItem\r
                                     Accessible.name: qsTr("Open %1 in browser").arg(model.appName)\r
                                     Accessible.onPressAction: appEntry.triggered()\r
+\r
+                                    background: Rectangle {\r
+                                        anchors.fill: parent\r
+                                        anchors.margins: 1\r
+                                        color: (appEntry.hovered || appEntry.visualFocus) ? palette.highlight : palette.window\r
+                                    }\r
                                 }\r
                             }\r
                         }\r