From 9f3ebd1a40553bc53dcfecf810c7c0bda11fe7de Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Fri, 15 Aug 2025 23:27:31 +0200 Subject: [PATCH] Fix AppLauncher.qml hover --- Modules/AppLauncher/AppLauncher.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/AppLauncher/AppLauncher.qml b/Modules/AppLauncher/AppLauncher.qml index 3f90006..3158ff0 100644 --- a/Modules/AppLauncher/AppLauncher.qml +++ b/Modules/AppLauncher/AppLauncher.qml @@ -366,7 +366,7 @@ NLoader { delegate: Rectangle { width: appsList.width - Style.marginSmall * scaling - height: 56 * scaling + height: 65 * scaling radius: 16 * scaling property bool isSelected: index === selectedIndex color: (appCardArea.containsMouse || isSelected) ? Qt.darker(Colors.mPrimary,