mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 07:09:22 +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()
|
row = self.layout.row()
|
||||||
if surface_style:
|
if surface_style:
|
||||||
row.label(text=surface_style, icon="MATERIAL")
|
row.label(text=surface_style, icon="SHADING_RENDERED")
|
||||||
else:
|
else:
|
||||||
row.label(text="No Surface Style", icon="MESH_UVSPHERE")
|
row.label(text="No Surface Style", icon="MESH_UVSPHERE")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user