Merge pull request #373 from thecelloman/radioprofile

Add a default RadioControl Profile and image asset back to the Templates...
This commit is contained in:
SilentMike 2013-05-07 11:06:02 -07:00
commit f4f0d7fcc7
4 changed files with 34 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 843 B

View file

@ -565,3 +565,20 @@ new GuiControlProfile ( CenterPrintTextProfile )
fontColor = "0 255 0";
category = "Core";
};
// ----------------------------------------------------------------------------
// Radio button control
// ----------------------------------------------------------------------------
if( !isObject( GuiRadioProfile ) )
new GuiControlProfile( GuiRadioProfile )
{
fontSize = 14;
fillColor = "232 232 232";
fontColor = "20 20 20";
fontColorHL = "80 80 80";
fixedExtent = true;
bitmap = "./images/radioButton";
hasBitmapArray = true;
category = "Core";
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 843 B

View file

@ -565,3 +565,20 @@ new GuiControlProfile ( CenterPrintTextProfile )
fontColor = "0 255 0";
category = "Core";
};
// ----------------------------------------------------------------------------
// Radio button control
// ----------------------------------------------------------------------------
if( !isObject( GuiRadioProfile ) )
new GuiControlProfile( GuiRadioProfile )
{
fontSize = 14;
fillColor = "232 232 232";
fontColor = "20 20 20";
fontColorHL = "80 80 80";
fixedExtent = true;
bitmap = "./images/radioButton";
hasBitmapArray = true;
category = "Core";
};