mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	Added and improved some missing icons, plus some other visual fixes.
This commit is contained in:
		
							parent
							
								
									4585239a4b
								
							
						
					
					
						commit
						9001ba26aa
					
				
					 20 changed files with 44 additions and 44 deletions
				
			
		|  | @ -45,7 +45,7 @@ void SpriteFramesEditor::_notification(int p_what) { | |||
| 	if (p_what == NOTIFICATION_ENTER_TREE) { | ||||
| 		load->set_icon(get_icon("Load", "EditorIcons")); | ||||
| 		_delete->set_icon(get_icon("Remove", "EditorIcons")); | ||||
| 		new_anim->set_icon(get_icon("Add", "EditorIcons")); | ||||
| 		new_anim->set_icon(get_icon("New", "EditorIcons")); | ||||
| 		remove_anim->set_icon(get_icon("Remove", "EditorIcons")); | ||||
| 	} | ||||
| 
 | ||||
|  | @ -821,7 +821,7 @@ SpriteFramesEditorPlugin::SpriteFramesEditorPlugin(EditorNode *p_node) { | |||
| 
 | ||||
| 	editor = p_node; | ||||
| 	frames_editor = memnew(SpriteFramesEditor); | ||||
| 	frames_editor->set_custom_minimum_size(Size2(0, 300)); | ||||
| 	frames_editor->set_custom_minimum_size(Size2(0, 300) * EDSCALE); | ||||
| 	button = editor->add_bottom_panel_item("SpriteFrames", frames_editor); | ||||
| 	button->hide(); | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Daniel J. Ramirez
						Daniel J. Ramirez