Fix scrolling on container DropDown
This commit is contained in:
parent
d95e04af90
commit
b643f2e72a
2 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ ListView {
|
||||||
ScrollBar.vertical: ScrollBarType {}
|
ScrollBar.vertical: ScrollBarType {}
|
||||||
|
|
||||||
property bool isFocusable: true
|
property bool isFocusable: true
|
||||||
|
highlightFollowsCurrentItem: false
|
||||||
|
|
||||||
ButtonGroup {
|
ButtonGroup {
|
||||||
id: containersRadioButtonGroup
|
id: containersRadioButtonGroup
|
||||||
|
|
|
||||||
|
|
@ -391,6 +391,7 @@ PageType {
|
||||||
RoleSorter { roleName: "isInstalled"; sortOrder: Qt.DescendingOrder }
|
RoleSorter { roleName: "isInstalled"; sortOrder: Qt.DescendingOrder }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
highlightFollowsCurrentItem: false
|
||||||
|
|
||||||
Component.onCompleted: updateContainersModelFilters()
|
Component.onCompleted: updateContainersModelFilters()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue