Minor UI cleanup. Remove align buttons from architectural tool panel.

This commit is contained in:
Dion Moult
2023-05-02 22:17:47 +10:00
parent 28686b2fa8
commit 1e8a137fd7
@@ -131,10 +131,6 @@ class BIM_PT_authoring(Panel):
bl_category = "BlenderBIM"
def draw(self, context):
row = self.layout.row(align=True)
row.operator("bim.align_wall", icon="ANCHOR_TOP", text="Ext.").align_type = "EXTERIOR"
row.operator("bim.align_wall", icon="ANCHOR_CENTER", text="C/L").align_type = "CENTERLINE"
row.operator("bim.align_wall", icon="ANCHOR_BOTTOM", text="Int.").align_type = "INTERIOR"
row = self.layout.row(align=True)
row.operator("bim.generate_space")
row = self.layout.row(align=True)