small fixes

This commit is contained in:
ChristopheSeux
2024-04-16 18:28:36 +02:00
parent 0055e0f39e
commit 7f60aae277
5 changed files with 37 additions and 25 deletions
+3
View File
@@ -53,6 +53,9 @@ class VSETB_PT_main(VSETB_main, Panel):
project = settings.active_project
if not project:
return
if project and project.type == 'TVSHOW':
row.separator(factor=0.5)
row.prop(project, 'episode_name', text='')