Merge branch 'master' into revised-networking

This commit is contained in:
Marco Dalla Tiezza
2024-06-13 23:07:30 +00:00
committed by GitHub
11 changed files with 46 additions and 7367 deletions

View File

@@ -226,6 +226,11 @@ Window {
leftPadding: 10
bottomPadding: 10
focus: true
Keys.onDownPressed: listView.incrementCurrentIndex()
Keys.onUpPressed: listView.decrementCurrentIndex()
header: MenuBar {
id: topBar
@@ -397,7 +402,6 @@ Window {
Layout.fillHeight: true
highlightMoveDuration: 0
clip: true
focus: true
ScrollBar.vertical: bar
highlight: Rectangle { color: Material.accent; radius: 5 }
onCurrentIndexChanged: { itemChangedList() }