mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-03 23:21:15 +00:00 
			
		
		
		
	Merge pull request #60261 from fire-forge/theme-prop-renames
This commit is contained in:
		
						commit
						02bb8e948f
					
				
					 55 changed files with 184 additions and 193 deletions
				
			
		| 
						 | 
				
			
			@ -388,7 +388,7 @@ void EditorNode::_update_scene_tabs() {
 | 
			
		|||
		}
 | 
			
		||||
 | 
			
		||||
		Rect2 last_tab = scene_tabs->get_tab_rect(scene_tabs->get_tab_count() - 1);
 | 
			
		||||
		int hsep = scene_tabs->get_theme_constant(SNAME("hseparation"));
 | 
			
		||||
		int hsep = scene_tabs->get_theme_constant(SNAME("h_separation"));
 | 
			
		||||
		if (scene_tabs->is_layout_rtl()) {
 | 
			
		||||
			scene_tab_add->set_position(Point2(last_tab.position.x - scene_tab_add->get_size().x - hsep, last_tab.position.y));
 | 
			
		||||
		} else {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue