Merge pull request #10906 from druiz17/audio-qml-fix

Made the output audio listview dynamically change height base on content size
This commit is contained in:
druiz17 2017-07-07 16:48:15 -07:00 committed by GitHub
commit 6e44c95d53

View file

@ -166,7 +166,7 @@ Rectangle {
ListView {
anchors { left: parent.left; right: parent.right; leftMargin: 70 }
height: 125;
height: Math.min(250, contentHeight);
spacing: 0;
snapMode: ListView.SnapToItem;
clip: true;