diff options
author | richard <none@none> | 2009-10-30 19:07:41 -0700 |
---|---|---|
committer | richard <none@none> | 2009-10-30 19:07:41 -0700 |
commit | 60771cce54d3b637b0d6176ea8b2d1a6ea68d306 (patch) | |
tree | e742a216e29d708b8cc2686366c3aec8a0780924 | |
parent | d8d678307c1831ee5f8580c709c4430e2ce7fd8d (diff) |
forgot to add toolt_tip.xml
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/tool_tip.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/tool_tip.xml b/indra/newview/skins/default/xui/en/widgets/tool_tip.xml new file mode 100644 index 0000000000..6b49f832fd --- /dev/null +++ b/indra/newview/skins/default/xui/en/widgets/tool_tip.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<!-- See also settings.xml UIFloater* settings for configuration --> +<tool_tip name="tooltip" + max_width="200" + padding="4" + wrap="true" + font="SansSerif" + bg_opaque_color="ToolTipBgColor" + background_visible="true" + /> |