Fix ListView height

This commit is contained in:
aiamnezia 2025-04-28 12:51:20 +04:00
parent b643f2e72a
commit 83029741c9
2 changed files with 1 additions and 3 deletions

View file

@ -18,7 +18,7 @@ ListView {
property var selectedText
width: rootWidth
height: contentItem.height
anchors.fill: parent
clip: true
snapMode: ListView.SnapToItem
@ -26,7 +26,6 @@ ListView {
ScrollBar.vertical: ScrollBarType {}
property bool isFocusable: true
highlightFollowsCurrentItem: false
ButtonGroup {
id: containersRadioButtonGroup

View file

@ -391,7 +391,6 @@ PageType {
RoleSorter { roleName: "isInstalled"; sortOrder: Qt.DescendingOrder }
]
}
highlightFollowsCurrentItem: false
Component.onCompleted: updateContainersModelFilters()
}