mirror of
https://github.com/maxartz15/MA_TextureAtlasser.git
synced 2024-11-09 15:32:55 +01:00
Fixed quad title
This commit is contained in:
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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user