Remove redundant label in project info UI

This commit is contained in:
Andrej730
2026-01-12 16:29:59 +05:00
parent cc341b5ffd
commit 18a25ffb0e
+1 -2
View File
@@ -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):