diff options
author | Erica <erica@lindenlab.com> | 2010-02-25 07:12:41 -0800 |
---|---|---|
committer | Erica <erica@lindenlab.com> | 2010-02-25 07:12:41 -0800 |
commit | 10d325c14504555fe4f52b8dce44572df3d7513e (patch) | |
tree | 40971a02687294424ed27fc7dacfaebe7b5fef9b /indra/newview/skins/default/xui | |
parent | 470c05b70808f0a51090c0f50847fe614bf041e9 (diff) |
Replaced Buy L arrow button which was confused with the media play button. Fixed image height bugs in volume and media play buttons that made them blurry.
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_status_bar.xml | 10 |
1 files changed, 5 insertions, 5 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 4167401338..00ae2d8ad0 100644 --- a/indra/newview/skins/default/xui/en/panel_status_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_status_bar.xml @@ -51,12 +51,12 @@ image_unselected="spacer35.tga" image_pressed="spacer35.tga" height="16" - right="-204" + right="-210" label_shadow="false" name="buycurrency" tool_tip="My Balance" top="3" - width="100" /> + width="110" /> <button auto_resize="true" halign="right" @@ -66,7 +66,7 @@ image_unselected="BuyArrow_Over" image_pressed="BuyArrow_Press" height="16" - label="Buy L$" + label="Buy" label_color="EmphasisColor" left_pad="0" label_shadow="false" @@ -93,14 +93,14 @@ </text> <button follows="right|top" - height="15" + height="16" image_selected="Pause_Off" image_unselected="Play_Off" image_pressed="Play_Press" image_pressed_selected="Pause_Press" is_toggle="true" left_pad="15" - top="2" + top="1" name="media_toggle_btn" tool_tip="Start/Stop All Media (Music, Video, Web pages)" width="16" > |