diff options
author | Richard Nelson <richard@lindenlab.com> | 2011-08-31 17:02:55 -0700 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2011-08-31 17:02:55 -0700 |
commit | 1836dd12c9b45e90aeab095dd4cc3e9cdcaf2190 (patch) | |
tree | bc0b3f483650d252dc56d49d5955ef72b3d89a69 /indra/newview/skins/default/xui/en/panel_status_bar.xml | |
parent | 2154bccdc4ef79bc2d593daad85d1344e9177bcf (diff) |
EXP-1149 FIX Log in Screen: Replace the new mode selector with the old one
improved graphics and layout for logged in mode selector
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_status_bar.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_status_bar.xml | 10 |
1 files changed, 6 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 095f661462..c780cf2696 100644 --- a/indra/newview/skins/default/xui/en/panel_status_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_status_bar.xml @@ -35,7 +35,7 @@ </panel.string> <panel height="18" - left="-335" + left="-355" width="95" top="1" follows="right|top" @@ -78,11 +78,13 @@ width="55" /> </panel> <combo_box - follows="right|top" + follows="right|top" + drop_down_button.pad_left="10" left_pad="5" top="0" - width="100" + width="120" height="20" + pad_left="5" name="mode_combo" tool_tip="Select your mode. Choose Basic for fast, easy exploration and chat. Choose Advanced to access more features." > @@ -96,6 +98,7 @@ value="" /> </combo_box> <text + left_pad="5" type="string" font="SansSerifSmall" text_readonly_color="TimeTextColor" @@ -104,7 +107,6 @@ height="16" top="5" layout="topleft" - left_pad="5" name="TimeText" tool_tip="Current time (Pacific)" width="75"> |