AboutDialog: Popup respecting its minimum size
This commit is contained in:
parent
542bd81e76
commit
cf851f7ed4
1 changed files with 1 additions and 1 deletions
|
@ -2842,7 +2842,7 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
|
||||||
} break;
|
} break;
|
||||||
case SETTINGS_ABOUT: {
|
case SETTINGS_ABOUT: {
|
||||||
|
|
||||||
about->popup_centered(Size2(500,130)*EDSCALE);
|
about->popup_centered_minsize(Size2(500,130)*EDSCALE);
|
||||||
} break;
|
} break;
|
||||||
case SOURCES_REIMPORT: {
|
case SOURCES_REIMPORT: {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue