mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[ui] fix missing fontFamily on Label
This commit is contained in:
parent
63aa19698a
commit
59bbf14f14
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ Panel {
|
|||
property bool inViews: _reconstruction.views[viewpoint.get('viewId').value] != undefined
|
||||
property bool reconstructed: _reconstruction.poses[viewpoint.get('poseId').value] != undefined
|
||||
property bool skipped: inViews && !reconstructed
|
||||
font.family: MaterialIcons.fontFamily
|
||||
text: reconstructed ? MaterialIcons.check_circle : MaterialIcons.remove_circle
|
||||
color: reconstructed ? "#4CAF50" : "#F44336"
|
||||
anchors.top: parent.top
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue