Fix draggin of scrollbar in SplitView

master
Jos van den Oever 2018-09-28 21:48:15 +02:00
parent 83e5f01fe0
commit cbf66a128c
1 changed files with 5 additions and 1 deletions

View File

@ -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