mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-17 05:18:27 +00:00
comment log
This commit is contained in:
parent
49ebfc6a9b
commit
12e37dc2fe
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ namespace SanAndreasUnity.Behaviours
|
||||||
var styles = new GUIStyle[]{skin.button, skin.label, skin.textArea, skin.textField, skin.toggle, skin.window, skin.box};
|
var styles = new GUIStyle[]{skin.button, skin.label, skin.textArea, skin.textField, skin.toggle, skin.window, skin.box};
|
||||||
foreach (var style in styles)
|
foreach (var style in styles)
|
||||||
{
|
{
|
||||||
Debug.LogFormat("style: {0}, font size: {1}", style.name, style.fontSize);
|
//Debug.LogFormat("style: {0}, font size: {1}", style.name, style.fontSize);
|
||||||
style.fontSize = newFontSize;
|
style.fontSize = newFontSize;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue