Fix AppLauncher.qml hover

This commit is contained in:
Ly-sec 2025-08-15 23:27:31 +02:00
parent 1d7d0752ad
commit 9f3ebd1a40

View file

@ -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,