diff options
author | Dmitry Oleshko <doleshko@productengine.com> | 2009-11-20 16:28:52 +0200 |
---|---|---|
committer | Dmitry Oleshko <doleshko@productengine.com> | 2009-11-20 16:28:52 +0200 |
commit | 2d9202cb812dec65ec571035389aacd49d19e659 (patch) | |
tree | be344d02c49710d5c8282593b699715cf0c092af /indra/newview/skins/default/xui/en/alert_check_box.xml | |
parent | 0876df6eef35a88bc0804e1d8eb0f4471eeda9f2 (diff) |
implemented low task (EXT-1476) Make layouts for Alert, Tip and Script notifications based on XML
- made XML-files for the following controls on the panel for alert toasts: button, check box, icon and line editor.
- changed creation of these controls in code: from XML vs. from Params in run-time
- added getFont method to the LLCheckBox control
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/alert_check_box.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/alert_check_box.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/alert_check_box.xml b/indra/newview/skins/default/xui/en/alert_check_box.xml new file mode 100644 index 0000000000..9f1bdb5193 --- /dev/null +++ b/indra/newview/skins/default/xui/en/alert_check_box.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<check_box + text_enabled_color="LabelTextColor" + text_disabled_color="LabelDisabledColor" + font="SansSerif" + follows="left|top" + name="check"/>
\ No newline at end of file |