mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Merge pull request #36333 from Calinou/decrease-script-editor-split-width
Decrease the script editor's default split width to 70
This commit is contained in:
		
						commit
						38c78a9ab6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -3149,7 +3149,7 @@ ScriptEditor::ScriptEditor(EditorNode *p_editor) { | |||
| 	scripts_vbox->add_child(script_list); | ||||
| 	script_list->set_custom_minimum_size(Size2(150, 60) * EDSCALE); //need to give a bit of limit to avoid it from disappearing
 | ||||
| 	script_list->set_v_size_flags(SIZE_EXPAND_FILL); | ||||
| 	script_split->set_split_offset(140); | ||||
| 	script_split->set_split_offset(70 * EDSCALE); | ||||
| 	_sort_list_on_update = true; | ||||
| 	script_list->connect_compat("gui_input", this, "_script_list_gui_input", varray(), CONNECT_DEFERRED); | ||||
| 	script_list->set_allow_rmb_select(true); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Rémi Verschelde
						Rémi Verschelde