From ec076730b1bbbfff354f7de5a007aade67a945e6 Mon Sep 17 00:00:00 2001 From: Philipp Oeser <info@graphics-engineer.com> Date: Tue, 2 Apr 2019 10:24:10 +0200 Subject: [PATCH] Icon Viewer: add missing panel category --- development_icon_get.py | 1 + 1 file changed, 1 insertion(+) diff --git a/development_icon_get.py b/development_icon_get.py index c602b365a..9aeb1a12b 100644 --- a/development_icon_get.py +++ b/development_icon_get.py @@ -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(): -- GitLab