mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
style: Run black formatter on spatial/ui.py
This commit is contained in:
committed by
Dion Moult
parent
b81031eecf
commit
f8848051ca
@@ -166,7 +166,10 @@ class BIM_PT_spatial_decomposition(Panel):
|
|||||||
return
|
return
|
||||||
|
|
||||||
row = self.layout.row(align=True)
|
row = self.layout.row(align=True)
|
||||||
row.label(text=f"{self.props.active_container.ifc_class} > {self.props.total_elements} Contained Elements", icon="FILE_3D")
|
row.label(
|
||||||
|
text=f"{self.props.active_container.ifc_class} > {self.props.total_elements} Contained Elements",
|
||||||
|
icon="FILE_3D",
|
||||||
|
)
|
||||||
row.prop(self.props, "should_include_children", text="", icon="OUTLINER")
|
row.prop(self.props, "should_include_children", text="", icon="OUTLINER")
|
||||||
op = row.operator("bim.select_decomposed_elements", icon="RESTRICT_SELECT_OFF", text="")
|
op = row.operator("bim.select_decomposed_elements", icon="RESTRICT_SELECT_OFF", text="")
|
||||||
if self.props.active_element.is_class:
|
if self.props.active_element.is_class:
|
||||||
|
|||||||
Reference in New Issue
Block a user