From db9d7478c7078f39c53c7b05f28cc7c95fed9949 Mon Sep 17 00:00:00 2001 From: SpectralVectors Date: Wed, 6 Nov 2024 05:50:12 -0500 Subject: [PATCH] Update legacy_ui.py --- scripts/addons/cam/ui/legacy_ui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"}