diff options
author | Erica <erica@lindenlab.com> | 2009-11-04 17:09:37 -0800 |
---|---|---|
committer | Erica <erica@lindenlab.com> | 2009-11-04 17:09:37 -0800 |
commit | 4656c5671cfe523e351b5c91ae45d5026fb69e04 (patch) | |
tree | b89400e03c5160db094a5daea0c3723103664ab4 /indra/newview/skins/default/xui | |
parent | 71dc13aac99458989776e93c38294f507074fce4 (diff) |
EXT-2220 Make envelope icon for unread messages
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_bottomtray.xml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_bottomtray.xml b/indra/newview/skins/default/xui/en/panel_bottomtray.xml index 3149a1f7b3..1da5f0e74d 100644 --- a/indra/newview/skins/default/xui/en/panel_bottomtray.xml +++ b/indra/newview/skins/default/xui/en/panel_bottomtray.xml @@ -60,7 +60,7 @@ min_width="96" name="speak_panel" user_resize="false"> - <talk_button + <chiclet_talk follows="right" height="23" speak_button.tab_stop="true" @@ -93,7 +93,7 @@ min_width="76" name="gesture_panel" user_resize="false"> - <gesture_combo_box + <button follows="right" height="23" label="Gesture" @@ -258,11 +258,11 @@ user_resize="false"> <chiclet_notification follows="right" - height="25" + height="23" layout="topleft" left="0" name="sys_well" - top="3" + top="4" width="34"> <button auto_resize="true" @@ -271,7 +271,10 @@ follows="right" flash_color="EmphasisColor" name="Unread" - image_overlay="Widget_UpArrow" /> + picture_style="true" + image_overlay="Notices_Unread" + width="20" + /> <unread_notifications width="34" height="23" @@ -288,6 +291,6 @@ layout="topleft" right="-1" top="0" - width="10"/> + width="26"/> </layout_stack> </panel>
\ No newline at end of file |