Merge pull request #84662 from YuriSizov/gui-warn-about-autowrapping

Warn about autowrapped labels in containers
This commit is contained in:
Rémi Verschelde
2023-11-09 18:09:25 +01:00
2 changed files with 16 additions and 0 deletions

View File

@@ -1653,6 +1653,7 @@ void Control::set_custom_minimum_size(const Size2 &p_custom) {
data.custom_minimum_size = p_custom;
update_minimum_size();
update_configuration_warnings();
}
Size2 Control::get_custom_minimum_size() const {