From f4c43a15834099ddae78061f88a229c34e22bc1f Mon Sep 17 00:00:00 2001
From: Erica Olsen <erica@lindenlab.com>
Date: Tue, 13 Oct 2009 23:00:44 +0000
Subject: [PATCH] EXT-1322 L$ balance button needs to dynamically size based on
 content

---
 indra/newview/skins/default/xui/en/panel_status_bar.xml | 9 +++++----
 1 file 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 05ad3ee16fa..52c6b6eabc9 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)"
-- 
GitLab