You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Changed popup_centered by popup_centered_minsize in editor dialogs
This commit is contained in:
@@ -90,7 +90,7 @@ void Polygon2DEditor::_menu_option(int p_option) {
|
||||
if (node->get_texture().is_null()) {
|
||||
|
||||
error->set_text("No texture in this polygon.\nSet a texture to be able to edit UV.");
|
||||
error->popup_centered_minsize(Size2(300,70));
|
||||
error->popup_centered_minsize();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user