[ui] Viewer2D: Change displayLightingCircleLoader icon

This commit is contained in:
Grégoire De Lillo 2024-05-27 00:15:07 +02:00
parent f7e612caa4
commit 28db112f85

View file

@ -1217,8 +1217,7 @@ FocusScope {
id: displayLightingCircleLoader
property var activeNode: _reconstruction.activeNodes.get('SphereDetection').node
ToolTip.text: "Display Lighting Circle: " + (activeNode ? activeNode.label : "No Node")
text: MaterialIcons.vignette
// text: MaterialIcons.panorama_fish_eye
text: MaterialIcons.location_searching
font.pointSize: 11
Layout.minimumWidth: 0
checkable: true