You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
AboutDialog: Popup respecting its minimum size
This commit is contained in:
@@ -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: {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user