diff --git a/scripts/addons/cam/ui/legacy_ui.py b/scripts/addons/cam/ui/legacy_ui.py index a47ebfd3..3312851d 100644 --- a/scripts/addons/cam/ui/legacy_ui.py +++ b/scripts/addons/cam/ui/legacy_ui.py @@ -36,7 +36,7 @@ class VIEW3D_PT_tools_curvetools(Panel): bl_space_type = "VIEW_3D" bl_region_type = "TOOLS" bl_context = "objectmode" - bl_label = "╠ Curve Tools ╣" + bl_label = "[ Curve Tools ]" # bl_options = {"HIDE_HEADER"} def draw(self, context): @@ -76,7 +76,7 @@ class VIEW3D_PT_tools_create(Panel): bl_space_type = "VIEW_3D" bl_region_type = "TOOLS" bl_context = "objectmode" - bl_label = "╠ Curve Creators ╣" + bl_label = "[ Curve Creators ]" # bl_option = "DEFAULT_CLOSED" # bl_options = {"HIDE_HEADER"}