Changed popup_centered by popup_centered_minsize in editor dialogs
This commit is contained in:
parent
e18c6ef63b
commit
59692d9012
19 changed files with 90 additions and 90 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue