[BoundingBox] Fix MaterialIcon name for bounding box

This commit is contained in:
Abdelrahman AL MAROUK 2024-03-12 17:07:14 +01:00
parent 742011d33d
commit 44a2a676ee

View file

@ -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