PowerPanel polishing

This commit is contained in:
quadbyte 2025-08-20 19:34:33 -04:00
parent 6538ef1459
commit 3de8c0af13
5 changed files with 112 additions and 109 deletions

View file

@ -238,16 +238,11 @@ NPanel {
bottomPadding: 0
font.bold: true
Component.onCompleted: {
// contentItem.cursorColor = Color.mOnSurface
// contentItem.verticalAlignment = TextInput.AlignVCenter
// Focus the search bar by default
Qt.callLater(() => {
searchInput.forceActiveFocus()
})
}
//onActiveFocusChanged: contentItem.cursorColor = Color.mOnSurface
Keys.onDownPressed: selectNext()
Keys.onUpPressed: selectPrev()
Keys.onEnterPressed: activateSelected()