archimesh: add cosmetic separator

This commit is contained in:
Brendon Murphy 2019-09-06 15:21:43 +10:00
parent f1ed022d83
commit b0ebe5e18f
1 changed files with 2 additions and 0 deletions

View File

@ -143,6 +143,8 @@ class ARCHIMESH_MT_CustomMenuAdd(Menu):
# Define menu
# noinspection PyUnusedLocal
def AchmMenu_func(self, context):
layout = self.layout
layout.separator()
self.layout.menu("VIEW3D_MT_mesh_custom_menu_add", icon="GROUP")