Minor UI polish: center tabbar, remove Blender tabs as no longer necessary for native IFC

This commit is contained in:
Dion Moult
2024-06-05 15:09:23 +10:00
parent 9699eb38c5
commit 18b68353b1
2 changed files with 2 additions and 1 deletions
Binary file not shown.
+2 -1
View File
@@ -361,6 +361,7 @@ class BIM_PT_tabs(Panel):
aprops = context.screen.BIMTabProperties
row = self.layout.row()
row.alignment = "CENTER"
row.operator(
"bim.set_tab",
text="",
@@ -380,6 +381,7 @@ class BIM_PT_tabs(Panel):
# Yes, that's right.
row = self.layout.row()
row.alignment = "CENTER"
row.scale_y = 0.2
for tab in [
"PROJECT",
@@ -391,7 +393,6 @@ class BIM_PT_tabs(Panel):
"SCHEDULING",
"FM",
"QUALITY",
"BLENDER",
"SWITCH",
]:
if aprops.tab == tab: