diff options
author | Erica Olsen <erica@lindenlab.com> | 2009-10-13 23:00:44 +0000 |
---|---|---|
committer | Erica Olsen <erica@lindenlab.com> | 2009-10-13 23:00:44 +0000 |
commit | f4c43a15834099ddae78061f88a229c34e22bc1f (patch) | |
tree | 09e2b380b940e77b741e24d6ad40e2cde22b1f9e /indra/newview/skins | |
parent | 9fcbdab559b7cae31ffe597b3aa5293c4b7c9a35 (diff) |
EXT-1322 L$ balance button needs to dynamically size based on content
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_status_bar.xml | 9 |
1 files changed, 5 insertions, 4 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 05ad3ee16f..52c6b6eabc 100644 --- a/indra/newview/skins/default/xui/en/panel_status_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_status_bar.xml @@ -41,7 +41,7 @@ </panel.string> <button auto_resize="true" - halign="left" + halign="right" follows="right|bottom" font="SansSerifSmall" image_color="White_05" @@ -49,10 +49,11 @@ image_overlay="BuyArrow_Over" height="18" layout="topleft" - left="-210" + left="-225" name="buycurrency" + pad_right="23px" picture_style="true" - tool_tip="My Balance: Click here to buy more L$" + tool_tip="My Balance: Click to buy more L$" top="0" width="117" /> <text @@ -64,7 +65,7 @@ height="16" top="3" layout="topleft" - left_pad="5" + left_pad="20" name="TimeText" text_color="TimeTextColor" tool_tip="Current Time (Pacific)" |