Fix ListView height
This commit is contained in:
parent
b643f2e72a
commit
83029741c9
2 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue