1
0
mirror of https://github.com/maxartz15/MA_TextureAtlasser.git synced 2025-04-03 16:05:45 +02:00

Fixed quad title

This commit is contained in:
Kiryl Tkachou 2019-07-26 15:51:51 +03:00
parent 6ac386c1b5
commit 9a13ddb24e

@ -53,7 +53,10 @@ namespace MA_TextureAtlasserPro
GUILayout.BeginHorizontal();
GUILayout.FlexibleSpace();
var tempColor = GUI.backgroundColor;
GUI.backgroundColor = Color.white;
GUILayout.Label(this.name, GUI.skin.box);
GUI.backgroundColor = tempColor;
GUILayout.FlexibleSpace();
GUILayout.EndHorizontal();