diff options
author | richard <none@none> | 2010-02-08 08:19:32 -0800 |
---|---|---|
committer | richard <none@none> | 2010-02-08 08:19:32 -0800 |
commit | 8ca06e7bf37f7e5391e14f74d8404bdc05d683d4 (patch) | |
tree | 64fc6bc5a34eef8ee80255a298c0535a0b365a94 /indra/newview/skins | |
parent | 41ab7853536dcbbf2b64d06b754617ee6bc7e896 (diff) |
nearby media pops up on hover
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_status_bar.xml | 23 |
1 files changed, 20 insertions, 3 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 5754f67045..77eb9f2a75 100644 --- a/indra/newview/skins/default/xui/en/panel_status_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_status_bar.xml @@ -3,6 +3,7 @@ background_opaque="true" background_visible="true" bg_opaque_color="MouseGray" + chrome="true" follows="top|right" height="19" layout="topleft" @@ -10,6 +11,7 @@ mouse_opaque="false" name="status" top="19" + tab_stop="false" width="1000"> <panel.string name="StatBarDaysOfWeek"> @@ -73,7 +75,7 @@ pad_bottom="2" tool_tip="Click to buy more L$" top="2" - width="71" /> + width="45" /> <text type="string" font="SansSerifSmall" @@ -86,17 +88,32 @@ left_pad="0" name="TimeText" tool_tip="Current time (Pacific)" - width="89"> + width="80"> 24:00 AM PST </text> <button follows="right|top" height="15" + image_selected="button_anim_play.tga" + image_unselected="button_anim_pause.tga" + image_pressed="button_anim_pause_selected.tga" + image_pressed_selected="button_anim_play_selected.tga" + is_toggle="true" + left_pad="15" + top="2" + name="media_toggle_btn" + tool_tip="Click to toggle media" + width="16" > + </button> + + <button + follows="right|top" + height="15" image_selected="AudioMute_Off" image_pressed="Audio_Press" image_unselected="Audio_Off" is_toggle="true" - left_pad="18" + left_pad="5" top="2" name="volume_btn" tool_tip="Global Volume Control" |