Fix AppLauncher.qml hover
This commit is contained in:
parent
1d7d0752ad
commit
9f3ebd1a40
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue