Merge branch 'rebuild' of github.com:Ly-sec/Noctalia into rebuild

This commit is contained in:
quadbyte 2025-08-15 17:29:35 -04:00
commit 9bbb3ac3bb

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,