mirror of
				https://github.com/maxartz15/MA_TextureAtlasser.git
				synced 2025-11-03 23:06:06 +01:00 
			
		
		
		
	Fixed quad title
This commit is contained in:
		@@ -53,7 +53,10 @@ namespace MA_TextureAtlasserPro
 | 
			
		||||
 | 
			
		||||
			GUILayout.BeginHorizontal();
 | 
			
		||||
			GUILayout.FlexibleSpace();
 | 
			
		||||
			GUILayout.Label(this.name, GUI.skin.box);		
 | 
			
		||||
			var tempColor = GUI.backgroundColor;
 | 
			
		||||
			GUI.backgroundColor = Color.white;
 | 
			
		||||
			GUILayout.Label(this.name, GUI.skin.box);
 | 
			
		||||
			GUI.backgroundColor = tempColor;
 | 
			
		||||
			GUILayout.FlexibleSpace();
 | 
			
		||||
			GUILayout.EndHorizontal();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user