mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
Merge pull request #2386 from alicevision/fix/iconMappingBbox
[ui] Fix BoundingBox visibility icon because of mapping name
This commit is contained in:
commit
f7e612caa4
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,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
Add a link
Reference in a new issue