From f9c38e9a09743c7fb3ae353b393c1c3d23b22eee Mon Sep 17 00:00:00 2001 From: Michael Alexsander Date: Fri, 31 Oct 2025 19:05:42 -0300 Subject: [PATCH] Fix incorrect category size in `EditorInspector` on style switch --- editor/inspector/editor_inspector.cpp | 1 + 1 file changed, 1 insertion(+) 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: {