mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Merge pull request #290 from Areloch/FixToolTipColor
Standardizes the tooltip profile colors to match the rest of the themeing stuff
This commit is contained in:
commit
89b885fd5a
1 changed files with 3 additions and 3 deletions
|
|
@ -81,15 +81,15 @@ if(!isObject(GuiToolTipProfile))
|
||||||
new GuiControlProfile (GuiToolTipProfile)
|
new GuiControlProfile (GuiToolTipProfile)
|
||||||
{
|
{
|
||||||
// fill color
|
// fill color
|
||||||
fillColor = "239 237 222";
|
fillColor = "56 56 56";
|
||||||
|
|
||||||
// border color
|
// border color
|
||||||
borderColor = "138 134 122";
|
borderColor = "87 87 87";
|
||||||
|
|
||||||
// font
|
// font
|
||||||
fontType = "Arial";
|
fontType = "Arial";
|
||||||
fontSize = 14;
|
fontSize = 14;
|
||||||
fontColor = "0 0 0";
|
fontColor = "200 200 200";
|
||||||
|
|
||||||
category = "Core";
|
category = "Core";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue