diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-02-18 18:39:56 -0800 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-02-18 18:39:56 -0800 |
commit | e9056ef59ddc7eec7d948b4f7cbf54220f1e3499 (patch) | |
tree | 15c3a0eca87f2912d1f67cb085b3706810a3a98e /indra/newview/skins/default/xui/en/panel_notification.xml | |
parent | 363f4e877c0a3c7cac15b23645afb8d9337f1b6f (diff) | |
parent | e0249da7fd8af278b286b444da96fd2b5a54354e (diff) |
Merge
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_notification.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_notification.xml | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_notification.xml b/indra/newview/skins/default/xui/en/panel_notification.xml new file mode 100644 index 0000000000..34738745eb --- /dev/null +++ b/indra/newview/skins/default/xui/en/panel_notification.xml @@ -0,0 +1,98 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<panel + background_opaque="false" + border_visible="false" + background_visible="true" + bg_alpha_color="1 0.3 0.3 0" + bg_opaque_color="1 0.3 0.3 0" + label="notification_panel" + layout="topleft" + left="0" + name="notification_panel" + top="0" + height="140" + translate="false" + width="305"> + <!-- THIS PANEL CONTROLS TOAST HEIGHT? --> + <panel + border_visible="false" + bevel_style="none" + background_visible="true" + bg_alpha_color="0.3 0.3 0.3 0" + bg_opaque_color="0.3 0.3 0.3 0" + follows="left|right|top" + height="100" + label="info_panel" + layout="topleft" + left="0" + name="info_panel" + top="0" + width="305"> + <text + border_visible="false" + follows="left|right|top|bottom" + font="SansSerif" + height="85" + layout="topleft" + left="10" + name="text_box" + read_only="true" + text_color="white" + top="10" + visible="false" + width="285" + wrap="true"/> + <text + border_visible="false" + follows="left|right|top|bottom" + font="SansSerifBold" + height="85" + layout="topleft" + left="10" + name="caution_text_box" + text_color="1 0.82 0.46 1" + top="10" + visible="false" + width="285" + wrap="true"/> + <text_editor + h_pad="0" + v_pad="0" + bg_readonly_color="0.0 0.0 0.0 0" + border_visible="false" + embedded_items="false" + enabled="false" + follows="left|right|top|bottom" + font="SansSerif" + height="85" + layout="topleft" + left="10" + mouse_opaque="false" + name="text_editor_box" + read_only="true" + tab_stop="false" + text_color="white" + text_readonly_color="white" + top="10" + visible="false" + width="285" + wrap="true" + parse_highlights="true" + allow_html="true"/> + </panel> + <panel + background_visible="false" + follows="left|right|bottom" + height="30" + width="290" + label="control_panel" + layout="topleft" + left="10" + name="control_panel" + top_pad="5"> + <!-- + Notes: + This panel holds buttons of notification. Change of its size can affect the layout of buttons. + --> + </panel> +</panel> |