mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-04 07:31:16 +00:00 
			
		
		
		
	Project Settings 'restart' message put focus on editor rather than project itself
Fixes: #39613
This commit is contained in:
		
							parent
							
								
									4e0f31a67c
								
							
						
					
					
						commit
						251f43d79e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1865,7 +1865,7 @@ ProjectSettingsEditor::ProjectSettingsEditor(EditorData *p_data) {
 | 
				
			||||||
	restart_icon->set_v_size_flags(Control::SIZE_SHRINK_CENTER);
 | 
						restart_icon->set_v_size_flags(Control::SIZE_SHRINK_CENTER);
 | 
				
			||||||
	restart_hb->add_child(restart_icon);
 | 
						restart_hb->add_child(restart_icon);
 | 
				
			||||||
	restart_label = memnew(Label);
 | 
						restart_label = memnew(Label);
 | 
				
			||||||
	restart_label->set_text(TTR("The editor must be restarted for changes to take effect."));
 | 
						restart_label->set_text(TTR("Changed settings will be applied to the editor after restarting."));
 | 
				
			||||||
	restart_hb->add_child(restart_label);
 | 
						restart_hb->add_child(restart_label);
 | 
				
			||||||
	restart_hb->add_spacer();
 | 
						restart_hb->add_spacer();
 | 
				
			||||||
	Button *restart_button = memnew(Button);
 | 
						Button *restart_button = memnew(Button);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue