Skip to content

Commit

Permalink
[BoundingBox] Fix MaterialIcon name for bounding box
Browse files Browse the repository at this point in the history
  • Loading branch information
almarouk committed Mar 12, 2024
1 parent c0b3032 commit 9a10a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshroom/ui/qml/Viewer3D/Inspector3D.qml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ FloatingPane {
enabled: model.visible
Layout.alignment: Qt.AlignTop
Layout.fillHeight: true
text: MaterialIcons.transform
text: MaterialIcons.transform_
font.pointSize: 10
ToolTip.text: model.displayBoundingBox ? "Hide BBox" : "Show BBox"
flat: true
Expand Down

0 comments on commit 9a10a6b

Please sign in to comment.