diff options
author | Richard Nelson <none@none> | 2010-08-12 12:19:04 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-08-12 12:19:04 -0700 |
commit | 657e462b6a46bee09fe91e84ea37763db79c868c (patch) | |
tree | a6f93c5deb302b2edbe0013abaca25b5132dadb1 /indra/newview/skins/default/xui/en/panel_hint.xml | |
parent | 73f1f43b8bd9ae1c3bc7f96d652c30d772da113b (diff) |
forgot yet another file
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_hint.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_hint.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_hint.xml b/indra/newview/skins/default/xui/en/panel_hint.xml new file mode 100644 index 0000000000..7cb8f58c37 --- /dev/null +++ b/indra/newview/skins/default/xui/en/panel_hint.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<panel + name="hint" + width="205" + height="100" + background_opaque="true" + background_visible="true" + layout="topleft" + bg_opaque_image="hint_background"> + <text name="hint_title" + font="SansSerifMedium" + left="8" + right="180" + top="8" + bottom="20" + follows="left|right|top" + text_color="White" + wrap="false"/> + <text name="hint_text" + left="8" + right="197" + top="26" + bottom="90" + follows="all" + text_color="White" + wrap="true"/> + <button right="197" + top="8" + width="16" + height="16" + name="close" + image_unselected="Icon_Close_Foreground" + image_selected="Icon_Close_Press"/> +</panel> |