Skip to content

Commit

Permalink
Use better popup() method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Mar 7, 2024
1 parent ce1200e commit f4d728b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ void LayeredTileSetEditor::_source_add_id_pressed(int p_id_pressed) {
texture_file_dialog->add_filter("*." + E->get() + ";" + E->get().to_upper());
}
}
texture_file_dialog->popup_centered();
texture_file_dialog->popup_centered_ratio();
} break;
case 1: {
int source_id = tile_set->get_next_source_id();
Expand Down

0 comments on commit f4d728b

Please sign in to comment.