You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-20 14:45:44 +00:00
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and resource depency dialogs).
This commit is contained in:
@@ -48,7 +48,7 @@ void CPUParticles3DEditor::_notification(int p_notification) {
|
||||
void CPUParticles3DEditor::_menu_option(int p_option) {
|
||||
switch (p_option) {
|
||||
case MENU_OPTION_CREATE_EMISSION_VOLUME_FROM_NODE: {
|
||||
emission_tree_dialog->popup_centered_ratio();
|
||||
emission_tree_dialog->popup_scenetree_dialog();
|
||||
|
||||
} break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user