diff options
author | Erica <erica@lindenlab.com> | 2010-01-11 19:08:35 -0800 |
---|---|---|
committer | Erica <erica@lindenlab.com> | 2010-01-11 19:08:35 -0800 |
commit | dcc988fa3f151cce371296a5e21ffab0f0879e5c (patch) | |
tree | 72a4bba865e76c1e404cdb0f01eac6234f0a427e /indra/newview/skins/default/xui/en/panel_status_bar.xml | |
parent | a94b6b26e9681775b4ba247fba4950e0ffd990c0 (diff) |
EXT-3799 Navbar cleanup to match spec - favorites height, vertical and horizontal alignment, volume button art, removed old art assets
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_status_bar.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_status_bar.xml | 34 |
1 files changed, 25 insertions, 9 deletions
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 bbde47d2e1..420a6eb173 100644 --- a/indra/newview/skins/default/xui/en/panel_status_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_status_bar.xml @@ -44,17 +44,34 @@ halign="right" font="SansSerifSmall" follows="right|top" + image_overlay="" + image_selected="spacer35.tga" + image_unselected="spacer35.tga" + image_pressed="spacer35.tga" + height="16" + right="-228" + label_shadow="false" + name="buycurrency" + tool_tip="My Balance" + top="5" + width="100" /> + <button + auto_resize="true" + halign="right" + font="SansSerifSmall" + follows="right|top" image_selected="BuyArrow_Over" image_unselected="BuyArrow_Over" image_pressed="BuyArrow_Press" height="16" - right="-128" - label_color="White" + label="Buy L$" + label_color="EmphasisColor" + left_pad="0" label_shadow="false" - name="buycurrency" + name="buyL" pad_right="20px" - tool_tip="My Balance: Click to buy more L$" - top="3" + tool_tip="Click to buy more L$" + top="5" width="100" /> <text type="string" @@ -63,24 +80,23 @@ follows="right|bottom" halign="right" height="16" - top="4" + top="7" layout="topleft" left_pad="0" name="TimeText" - text_color="TimeTextColor" tool_tip="Current time (Pacific)" width="85"> 12:00 AM </text> <button follows="right|bottom" - height="16" + height="15" image_selected="AudioMute_Off" image_pressed="Audio_Press" image_unselected="Audio_Off" is_toggle="true" left_pad="18" - top="1" + top="4" name="volume_btn" tool_tip="Global Volume Control" width="16" /> |