[ui] Update tableview to stop flicking at bounds

Specify boundsMovement property to avoid overshooting with the flicks
This commit is contained in:
Nils Landrodie 2021-08-09 21:04:13 +02:00
parent 0876b9e3d5
commit 4fb719e204

View file

@ -345,6 +345,8 @@ Panel {
interactive : !focus interactive : !focus
boundsMovement : Flickable.StopAtBounds
//Provide width for column //Provide width for column
//Note no size provided for the last column (bool comp) so it uses its automated size //Note no size provided for the last column (bool comp) so it uses its automated size
property var columnWidths: [90, 75, 75, 75, 125, 60, 60, 45, 45, 200, 60, 60] property var columnWidths: [90, 75, 75, 75, 125, 60, 60, 45, 45, 200, 60, 60]