Skip to content
Snippets Groups Projects
Commit acdf63ef authored by Jacques Lucke's avatar Jacques Lucke
Browse files

Fix: icon update for Import Images as Planes

parent 55adbe50
Branches
Tags
No related merge requests found
......@@ -832,7 +832,7 @@ class IMPORT_IMAGE_OT_to_plane(Operator, AddObjectHelper):
else:
box.prop(self, "factor")
box.label(text="Orientation:", icon='MANIPUL')
box.label(text="Orientation:")
row = box.row()
row.enabled = 'CAM' not in self.size_mode
row.prop(self, "align_axis")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment