diff --git a/demo/qml/DataAndChart.qml b/demo/qml/DataAndChart.qml index 9e2ab5e..d4b72d8 100644 --- a/demo/qml/DataAndChart.qml +++ b/demo/qml/DataAndChart.qml @@ -71,7 +71,11 @@ RowLayout { } } SplitView { - anchors.fill: parent + Layout.fillWidth: true + Layout.fillHeight: true + handleDelegate: Rectangle { + width: 3 + } TableView { model: demo.timeSeries Layout.fillHeight: true