diff options
author | richard <none@none> | 2009-10-30 19:07:55 -0700 |
---|---|---|
committer | richard <none@none> | 2009-10-30 19:07:55 -0700 |
commit | a857fe1d82c82dfbebbcf1102f0f5ad06a396d60 (patch) | |
tree | b8b67016acdf141f8ed87b8fc9028f68f8095791 | |
parent | bc0d740dfecb2a724566b00b82fbe817270f84d0 (diff) | |
parent | 60771cce54d3b637b0d6176ea8b2d1a6ea68d306 (diff) |
merge
-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" + /> |