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 {}
|
||||
|
||||
property bool isFocusable: true
|
||||
highlightFollowsCurrentItem: false
|
||||
|
||||
ButtonGroup {
|
||||
id: containersRadioButtonGroup
|
||||
|
|
|
@ -391,6 +391,7 @@ PageType {
|
|||
RoleSorter { roleName: "isInstalled"; sortOrder: Qt.DescendingOrder }
|
||||
]
|
||||
}
|
||||
highlightFollowsCurrentItem: false
|
||||
|
||||
Component.onCompleted: updateContainersModelFilters()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue