diff options
author | Jonathan Yap <none@none> | 2011-08-24 18:13:38 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-08-24 18:13:38 -0400 |
commit | d254c7eb5489df57647d2263162395bcb5fd7c1e (patch) | |
tree | 275c56173860c348d02101ee61ce29e76b7d8047 | |
parent | bf906ac9264e21d622e4ce867c40dd53a0da6013 (diff) |
STORM-1572 XML issues for Basic/Advanced Mode button in menu bar
-rw-r--r-- | doc/contributions.txt | 1 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_status_bar.xml | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/contributions.txt b/doc/contributions.txt index 0368cd1ff0..ec406d09fe 100644 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -565,6 +565,7 @@ Jonathan Yap STORM-1273 STORM-1462 STORM-1459 + STORM-1572 Kadah Coba STORM-1060 Jondan Lundquist diff --git a/indra/newview/skins/default/xui/en/panel_status_bar.xml b/indra/newview/skins/default/xui/en/panel_status_bar.xml index 23ad0e9528..f25a73da38 100644 --- a/indra/newview/skins/default/xui/en/panel_status_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_status_bar.xml @@ -77,15 +77,16 @@ top="0" width="55" /> </panel> + <!-- UTF 9660 code in label below is a down-pointing filled-in triangle --> <menu_button follows="right|top" image_color="0 0 0 0" hover_glow_amount="0" left_pad="5" - top="0" + top="2" width="55" height="18" - label="Mode ▼" + label="Mode ▼" tool_tip="Select your mode. Choose Basic for fast, easy exploration and chat. Choose Advanced to access more features." menu_filename="menu_mode_change.xml" /> |