diff --git a/editor/scene/gui/control_editor_plugin.cpp b/editor/scene/gui/control_editor_plugin.cpp index 4bf91f5233..d7baf7f814 100644 --- a/editor/scene/gui/control_editor_plugin.cpp +++ b/editor/scene/gui/control_editor_plugin.cpp @@ -439,6 +439,7 @@ EditorPropertySizeFlags::EditorPropertySizeFlags() { flag_expand = memnew(CheckBox); flag_expand->set_text(TTR("Expand")); + flag_expand->set_clip_text(true); vb->add_child(flag_expand); add_focusable(flag_expand); flag_expand->connect(SceneStringName(pressed), callable_mp(this, &EditorPropertySizeFlags::_expand_toggled));