mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +00:00
Remove redundant label in project info UI
This commit is contained in:
@@ -1185,8 +1185,7 @@ class BIM_PT_tab_project_info(Panel):
|
|||||||
return tool.Blender.is_tab(context, "BOOKMARK")
|
return tool.Blender.is_tab(context, "BOOKMARK")
|
||||||
|
|
||||||
def draw(self, context):
|
def draw(self, context):
|
||||||
layout = self.layout
|
pass
|
||||||
layout.label(text="This is the Project Info panel.")
|
|
||||||
|
|
||||||
|
|
||||||
class BIM_PT_tab_spatial(Panel):
|
class BIM_PT_tab_spatial(Panel):
|
||||||
|
|||||||
Reference in New Issue
Block a user