mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user