mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-07 12:25:15 +00:00
Fix AppLauncher.qml hover
This commit is contained in:
@@ -366,7 +366,7 @@ NLoader {
|
|||||||
|
|
||||||
delegate: Rectangle {
|
delegate: Rectangle {
|
||||||
width: appsList.width - Style.marginSmall * scaling
|
width: appsList.width - Style.marginSmall * scaling
|
||||||
height: 56 * scaling
|
height: 65 * scaling
|
||||||
radius: 16 * scaling
|
radius: 16 * scaling
|
||||||
property bool isSelected: index === selectedIndex
|
property bool isSelected: index === selectedIndex
|
||||||
color: (appCardArea.containsMouse || isSelected) ? Qt.darker(Colors.mPrimary,
|
color: (appCardArea.containsMouse || isSelected) ? Qt.darker(Colors.mPrimary,
|
||||||
|
|||||||
Reference in New Issue
Block a user