mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Fit script editor grid with others
This commit is contained in:
		
							parent
							
								
									0b8fa1e010
								
							
						
					
					
						commit
						41cc85fb20
					
				
					 2 changed files with 7 additions and 0 deletions
				
			
		|  | @ -295,6 +295,10 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) { | ||||||
| 	theme->set_stylebox("panel", "PanelContainer", style_menu); | 	theme->set_stylebox("panel", "PanelContainer", style_menu); | ||||||
| 	theme->set_stylebox("MenuPanel", "EditorStyles", style_menu); | 	theme->set_stylebox("MenuPanel", "EditorStyles", style_menu); | ||||||
| 
 | 
 | ||||||
|  | 	// Script Editor
 | ||||||
|  | 	theme->set_stylebox("ScriptEditorPanel", "EditorStyles", make_empty_stylebox(4, 0, 4, 4)); | ||||||
|  | 	theme->set_stylebox("ScriptEditor", "EditorStyles", make_empty_stylebox(0, 0, 0, 0)); | ||||||
|  | 
 | ||||||
| 	// Play button group
 | 	// Play button group
 | ||||||
| 	theme->set_stylebox("PlayButtonPanel", "EditorStyles", make_empty_stylebox(8, 4, 8, 4)); //make_stylebox(theme->get_icon("GuiPlayButtonGroup", "EditorIcons"), 16, 16, 16, 16, 8, 4, 8, 4));
 | 	theme->set_stylebox("PlayButtonPanel", "EditorStyles", make_empty_stylebox(8, 4, 8, 4)); //make_stylebox(theme->get_icon("GuiPlayButtonGroup", "EditorIcons"), 16, 16, 16, 16, 8, 4, 8, 4));
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -2416,6 +2416,9 @@ ScriptEditor::ScriptEditor(EditorNode *p_editor) { | ||||||
| 	use_space_indentation = false; | 	use_space_indentation = false; | ||||||
| 
 | 
 | ||||||
| 	ScriptServer::edit_request_func = _open_script_request; | 	ScriptServer::edit_request_func = _open_script_request; | ||||||
|  | 
 | ||||||
|  | 	add_style_override("panel", editor->get_gui_base()->get_stylebox("ScriptEditorPanel", "EditorStyles")); | ||||||
|  | 	tab_container->add_style_override("panel", editor->get_gui_base()->get_stylebox("ScriptEditor", "EditorStyles")); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| ScriptEditor::~ScriptEditor() { | ScriptEditor::~ScriptEditor() { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 volzhs
						volzhs