mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-04 20:01:58 +02:00
[ui] Value of current edge iteration and TaskManager protected
This commit is contained in:
parent
0d397b4baf
commit
0d346ab2da
3 changed files with 17 additions and 8 deletions
|
@ -264,7 +264,7 @@ Item {
|
|||
spacing: 3
|
||||
|
||||
delegate: Label {
|
||||
width: (ListView.view.width / ListView.view.model.count) - 3
|
||||
width: ListView.view.model ? (ListView.view.width / ListView.view.model.count) - 3 : 0
|
||||
height: ListView.view.height
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
background: Rectangle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue