diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-10-13 16:48:59 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-10-13 16:48:59 -0700 |
commit | c054f1faed8f87f7c6dfb83c2a13ae3cae97ec89 (patch) | |
tree | 07602b720fed24f5412c9f2f1f82e98f08d73a08 /indra/newview/skins/default/xui/en/panel_status_bar.xml | |
parent | 4c663ca8b997bd74fb3b646c3cb3870555dfeb91 (diff) |
* Hooked up build FUI toolbar button
* Added Shop button to status bar
* Changed "Inventory..." menu item to go to same window as toolbar inventory button
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 | 27 |
1 files changed, 24 insertions, 3 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 1f298cbe16..c983e0792a 100644 --- a/indra/newview/skins/default/xui/en/panel_status_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_status_bar.xml @@ -35,8 +35,8 @@ </panel.string> <panel height="18" - left="-315" - width="95" + left="-370" + width="150" top="1" follows="right|top" name="balance_bg" @@ -64,7 +64,7 @@ image_unselected="buy_off" image_pressed="buy_press" height="18" - label="BUY L$" + label="Buy L$" label_color="White" left_pad="0" label_shadow="true" @@ -74,6 +74,27 @@ tool_tip="Click to buy more L$" top="0" width="55" /> + <button + halign="left" + font="SansSerifSmall" + follows="right|top|bottom" + imgoverlay_label_space="7" + image_overlay="Command_MiniCart_Icon" + image_overlay_alignment="left" + image_hover_unselected="buy_over" + image_unselected="buy_off" + image_pressed="buy_press" + height="18" + label="Shop" + label_color="White" + left_pad="0" + label_shadow="true" + name="goShop" + pad_right="0" + pad_bottom="2" + tool_tip="Go shopping" + top="0" + width="55" /> </panel> <text type="string" |