This commit is contained in:
jrkb 2025-05-18 17:22:31 +02:00
parent ed5db93613
commit d88c0c50cd
2 changed files with 4 additions and 4 deletions

View file

@ -664,9 +664,6 @@ class ABC3D_PT_FontCreation(bpy.types.Panel):
def draw(self, context):
layout = self.layout
wm = context.window_manager
scene = context.scene
abc3d_data = scene.abc3d_data
layout.row().operator(
f"{__name__}.toggle_abc3d_collection", text="Toggle Collection"
@ -677,6 +674,7 @@ class ABC3D_PT_FontCreation(bpy.types.Panel):
layout.row().operator(
f"{__name__}.save_font_to_file", text="Export Font To File"
)
box = layout.box()
box.label(text="metrics")
box.row().operator(