Index: sources/gui/qml/pages/post/PostInProgress.qml =================================================================== diff -u -rcdf80193148db0831cf2c1067732ddc6f6dac5fb -r83ffaef436920eba534cde428e14d168ea931bea --- sources/gui/qml/pages/post/PostInProgress.qml (.../PostInProgress.qml) (revision cdf80193148db0831cf2c1067732ddc6f6dac5fb) +++ sources/gui/qml/pages/post/PostInProgress.qml (.../PostInProgress.qml) (revision 83ffaef436920eba534cde428e14d168ea931bea) @@ -66,6 +66,7 @@ } CheckListScrollView { id: _hdListView + model: vHDPostSingleResult width: _rectangle.width / 3 anchors { top: _hdTestsTitle.bottom @@ -85,6 +86,7 @@ } CheckListScrollView { id: _dgListView + model: vDGPostSingleResult width: _rectangle.width / 3 anchors { top: _dgTestsTitle.bottom