From 9a10a6b0231654b3bdd5649b4b155116a3d4ddb7 Mon Sep 17 00:00:00 2001 From: Abdelrahman AL MAROUK Date: Tue, 12 Mar 2024 17:07:14 +0100 Subject: [PATCH] [BoundingBox] Fix MaterialIcon name for bounding box --- meshroom/ui/qml/Viewer3D/Inspector3D.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshroom/ui/qml/Viewer3D/Inspector3D.qml b/meshroom/ui/qml/Viewer3D/Inspector3D.qml index 6674946f358..19086e6205e 100644 --- a/meshroom/ui/qml/Viewer3D/Inspector3D.qml +++ b/meshroom/ui/qml/Viewer3D/Inspector3D.qml @@ -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