Representation Items UI - replace icon for active style

Now it's more consistent because we use the same icon is Styles UI
This commit is contained in:
Andrej730
2023-12-07 16:13:23 +05:00
parent f773480917
commit f7454366cc
@@ -190,7 +190,7 @@ class BIM_PT_representation_items(Panel):
row = self.layout.row()
if surface_style:
row.label(text=surface_style, icon="MATERIAL")
row.label(text=surface_style, icon="SHADING_RENDERED")
else:
row.label(text="No Surface Style", icon="MESH_UVSPHERE")