mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +00:00
Minor UI improvement to keep the right alignment of total elements in the material manager
This commit is contained in:
@@ -421,7 +421,6 @@ class BIM_UL_materials(UIList):
|
|||||||
|
|
||||||
row2 = row.row()
|
row2 = row.row()
|
||||||
row2.alignment = "RIGHT"
|
row2.alignment = "RIGHT"
|
||||||
row2.label(text=str(item.total_elements))
|
|
||||||
|
|
||||||
if item.has_style:
|
if item.has_style:
|
||||||
row2.label(text="", icon="SHADING_RENDERED")
|
row2.label(text="", icon="SHADING_RENDERED")
|
||||||
|
row2.label(text=str(item.total_elements))
|
||||||
|
|||||||
Reference in New Issue
Block a user