diff --git a/editor/inspector/editor_inspector.cpp b/editor/inspector/editor_inspector.cpp index d2ac08f08e6..b515f501539 100644 --- a/editor/inspector/editor_inspector.cpp +++ b/editor/inspector/editor_inspector.cpp @@ -1712,6 +1712,7 @@ void EditorInspectorCategory::_notification(int p_what) { EditorInspector::initialize_category_theme(theme_cache, this); menu_icon_dirty = true; _update_icon(); + update_minimum_size(); } break; case NOTIFICATION_TRANSLATION_CHANGED: {