Merge pull request #113630 from YeldhamDev/clip_that_out

Fix properties for container sizing not clipping in the inspector
This commit is contained in:
Rémi Verschelde
2026-01-07 01:41:29 +01:00

View File

@@ -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));