diff options
Diffstat (limited to 'src/controls/TableView.qml')
-rw-r--r-- | src/controls/TableView.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/TableView.qml b/src/controls/TableView.qml index 4441207e..46e1d97d 100644 --- a/src/controls/TableView.qml +++ b/src/controls/TableView.qml @@ -450,6 +450,7 @@ ScrollView { sourceComponent: root.rowDelegate // Row fills the view width regardless of item size // But scrollbar should not adjust to it + height: item ? item.height : 16 width: parent.width + __scroller.horizontalScrollBar.width x: flickableItem.contentX |