mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Editor GUI Update
This commit is contained in:
parent
a534559cb0
commit
b5fb864ad6
14 changed files with 54 additions and 49 deletions
|
|
@ -57,7 +57,7 @@ new GuiControlProfile (GuiDefaultProfile)
|
|||
borderColorNA = "75 75 75";
|
||||
|
||||
// font
|
||||
fontType = "Arial";
|
||||
fontType = "Noto Sans";
|
||||
fontSize = 14;
|
||||
fontCharset = ANSI;
|
||||
|
||||
|
|
@ -97,7 +97,7 @@ new GuiControlProfile (GuiToolTipProfile)
|
|||
borderColor = "87 87 87";
|
||||
|
||||
// font
|
||||
fontType = "Arial";
|
||||
fontType = "Noto Sans";
|
||||
fontSize = 14;
|
||||
fontColor = "200 200 200";
|
||||
|
||||
|
|
@ -218,7 +218,7 @@ if( !isObject( GuiProgressTextProfile ) )
|
|||
new GuiControlProfile( GuiProgressTextProfile )
|
||||
{
|
||||
fontSize = "14";
|
||||
fontType = "Arial";
|
||||
fontType = "Noto Sans";
|
||||
fontColor = "0 0 0";
|
||||
justify = "center";
|
||||
category = "Core";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue