Skip to content
Snippets Groups Projects
Commit f4c43a15 authored by Erica Olsen's avatar Erica Olsen
Browse files

EXT-1322 L$ balance button needs to dynamically size based on content

parent 9fcbdab5
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
</panel.string> </panel.string>
<button <button
auto_resize="true" auto_resize="true"
halign="left" halign="right"
follows="right|bottom" follows="right|bottom"
font="SansSerifSmall" font="SansSerifSmall"
image_color="White_05" image_color="White_05"
...@@ -49,10 +49,11 @@ ...@@ -49,10 +49,11 @@
image_overlay="BuyArrow_Over" image_overlay="BuyArrow_Over"
height="18" height="18"
layout="topleft" layout="topleft"
left="-210" left="-225"
name="buycurrency" name="buycurrency"
pad_right="23px"
picture_style="true" picture_style="true"
tool_tip="My Balance: Click here to buy more L$" tool_tip="My Balance: Click to buy more L$"
top="0" top="0"
width="117" /> width="117" />
<text <text
...@@ -64,7 +65,7 @@ ...@@ -64,7 +65,7 @@
height="16" height="16"
top="3" top="3"
layout="topleft" layout="topleft"
left_pad="5" left_pad="20"
name="TimeText" name="TimeText"
text_color="TimeTextColor" text_color="TimeTextColor"
tool_tip="Current Time (Pacific)" tool_tip="Current Time (Pacific)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment