Merge branch 'master' into revised-networking
This commit is contained in:
@@ -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() }
|
||||
|
||||
Reference in New Issue
Block a user