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")
def draw(self, context):
layout = self.layout
layout.label(text="This is the Project Info panel.")
pass
class BIM_PT_tab_spatial(Panel):