Skip to content
Snippets Groups Projects
Commit 386a1bc2 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Clean up status bar to be more compact

parent cabab6ab
No related branches found
No related tags found
No related merge requests found
...@@ -105,21 +105,20 @@ ...@@ -105,21 +105,20 @@
visible="true" visible="true"
layout="topleft" layout="topleft"
name="currency_balance_panel" name="currency_balance_panel"
width="60"> width="65">
<text <text
halign="right" halign="right"
font="SansSerifSmall" font="SansSerifSmall"
follows="all" follows="all"
height="18" height="18"
left="0" left="0"
right="58"
name="balance" name="balance"
tool_tip="Click to refresh your L$ balance" tool_tip="Click to refresh your L$ balance"
v_pad="2" v_pad="2"
top="0" top="0"
wrap="false" wrap="false"
value="L$ --" value="L$ ------"
width="60" /> width="65" />
</layout_panel> </layout_panel>
<layout_panel <layout_panel
visibility_control="ShowStatusBarBuyCurrency" visibility_control="ShowStatusBarBuyCurrency"
...@@ -155,7 +154,7 @@ ...@@ -155,7 +154,7 @@
visible="true" visible="true"
layout="topleft" layout="topleft"
name="time_lp" name="time_lp"
width="213"> width="168">
<text <text
type="string" type="string"
font="SansSerifSmall" font="SansSerifSmall"
...@@ -168,7 +167,7 @@ ...@@ -168,7 +167,7 @@
left="0" left="0"
name="TimeText" name="TimeText"
tool_tip="Current time (Pacific)" tool_tip="Current time (Pacific)"
width="135"> width="90">
24:00:00 AM PST 24:00:00 AM PST
</text> </text>
<button <button
......
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