Minor UI improvement to keep the right alignment of total elements in the material manager

This commit is contained in:
Dion Moult
2025-01-23 20:54:43 +11:00
parent adff44febd
commit e2f10a5784
+1 -2
View File
@@ -421,7 +421,6 @@ class BIM_UL_materials(UIList):
row2 = row.row()
row2.alignment = "RIGHT"
row2.label(text=str(item.total_elements))
if item.has_style:
row2.label(text="", icon="SHADING_RENDERED")
row2.label(text=str(item.total_elements))