mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
[ui] Viewer2D: Change displayLightingCircleLoader
icon
This commit is contained in:
parent
f7e612caa4
commit
28db112f85
1 changed files with 1 additions and 2 deletions
|
@ -1217,8 +1217,7 @@ FocusScope {
|
||||||
id: displayLightingCircleLoader
|
id: displayLightingCircleLoader
|
||||||
property var activeNode: _reconstruction.activeNodes.get('SphereDetection').node
|
property var activeNode: _reconstruction.activeNodes.get('SphereDetection').node
|
||||||
ToolTip.text: "Display Lighting Circle: " + (activeNode ? activeNode.label : "No Node")
|
ToolTip.text: "Display Lighting Circle: " + (activeNode ? activeNode.label : "No Node")
|
||||||
text: MaterialIcons.vignette
|
text: MaterialIcons.location_searching
|
||||||
// text: MaterialIcons.panorama_fish_eye
|
|
||||||
font.pointSize: 11
|
font.pointSize: 11
|
||||||
Layout.minimumWidth: 0
|
Layout.minimumWidth: 0
|
||||||
checkable: true
|
checkable: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue