app search qol: enter first item, entry always respond to char keys

This commit is contained in:
end-4
2025-04-24 23:02:05 +02:00
parent 72ccce04c6
commit ebb831d345
2 changed files with 31 additions and 6 deletions
@@ -50,7 +50,7 @@ Button {
anchors.fill: parent
anchors.leftMargin: root.horizontalMargin
anchors.rightMargin: root.horizontalMargin
radius: Appearance.rounding.small
radius: Appearance.rounding.normal
color: (root.down || root.keyboardDown) ? Appearance.colors.colLayer1Active : ((root.hovered || root.focus) ? Appearance.colors.colLayer1Hover : Appearance.transparentize(Appearance.m3colors.m3surfaceContainerHigh, 1))
}