mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
[BoundingBox] Fix MaterialIcon name for bounding box
This commit is contained in:
parent
742011d33d
commit
44a2a676ee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue