From 386a1bc27c8e1769b1d6711e4604f455f4d48700 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Fri, 28 Feb 2020 23:20:31 -0500 Subject: [PATCH] Clean up status bar to be more compact --- .../newview/skins/default/xui/en/panel_status_bar.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 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 06f0abcea7..bb9ff7313f 100644 --- a/indra/newview/skins/default/xui/en/panel_status_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_status_bar.xml @@ -105,21 +105,20 @@ visible="true" layout="topleft" name="currency_balance_panel" - width="60"> + width="65"> <text halign="right" font="SansSerifSmall" follows="all" height="18" left="0" - right="58" name="balance" tool_tip="Click to refresh your L$ balance" v_pad="2" top="0" wrap="false" - value="L$ --" - width="60" /> + value="L$ ------" + width="65" /> </layout_panel> <layout_panel visibility_control="ShowStatusBarBuyCurrency" @@ -155,7 +154,7 @@ visible="true" layout="topleft" name="time_lp" - width="213"> + width="168"> <text type="string" font="SansSerifSmall" @@ -168,7 +167,7 @@ left="0" name="TimeText" tool_tip="Current time (Pacific)" - width="135"> + width="90"> 24:00:00 AM PST </text> <button -- GitLab