mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-03 23:21:15 +00:00 
			
		
		
		
	ScriptEditor: Disable auto translation of the filename label
This commit is contained in:
		
							parent
							
								
									b5bdb88062
								
							
						
					
					
						commit
						f329439249
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -4214,6 +4214,7 @@ ScriptEditor::ScriptEditor(WindowWrapper *p_wrapper) {
 | 
			
		|||
	overview_vbox->add_child(buttons_hbox);
 | 
			
		||||
 | 
			
		||||
	filename = memnew(Label);
 | 
			
		||||
	filename->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
 | 
			
		||||
	filename->set_clip_text(true);
 | 
			
		||||
	filename->set_h_size_flags(SIZE_EXPAND_FILL);
 | 
			
		||||
	filename->set_vertical_alignment(VERTICAL_ALIGNMENT_CENTER);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue