Icon Viewer: add missing panel category

This commit is contained in:
Philipp Oeser 2019-04-02 10:24:10 +02:00
parent 0d3cc9a06d
commit ec076730b1
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ class IV_PT_icons(bpy.types.Panel):
bl_space_type = "TEXT_EDITOR"
bl_region_type = "UI"
bl_label = "Icon Viewer"
bl_category = "Icon Viewer"
@staticmethod
def tag_redraw():