mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-16 00:05:26 +02:00
[ui] Update tableview to stop flicking at bounds
Specify boundsMovement property to avoid overshooting with the flicks
This commit is contained in:
parent
0876b9e3d5
commit
4fb719e204
1 changed files with 2 additions and 0 deletions
|
@ -345,6 +345,8 @@ Panel {
|
|||
|
||||
interactive : !focus
|
||||
|
||||
boundsMovement : Flickable.StopAtBounds
|
||||
|
||||
//Provide width for column
|
||||
//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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue