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