diff options
| author | Mike Antipov <mantipov@productengine.com> | 2009-12-17 16:36:45 +0200 | 
|---|---|---|
| committer | Mike Antipov <mantipov@productengine.com> | 2009-12-17 16:36:45 +0200 | 
| commit | 67ee277d8a6ef8d24ee7fcdf21e08dde2004773b (patch) | |
| tree | ba35f2d7fca53dfbc5d97af57a237c6ac121b429 /indra/newview | |
| parent | fd83b1fa11f3f84113560ce4ba6f748af64b0361 (diff) | |
Work on task EXT-3147 (Implement new states for message indicators)
 -- Updated Well buttons' attributes (for images) according to implemented logic
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_bottomtray.xml | 12 | 
1 files changed, 6 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 034f685ee9..3e2910458f 100644 --- a/indra/newview/skins/default/xui/en/panel_bottomtray.xml +++ b/indra/newview/skins/default/xui/en/panel_bottomtray.xml @@ -351,9 +351,9 @@ image_pressed_selected  "Lit" + "Selected" - there are new messages and the Well                   height="23"                   image_overlay="Unread_IM"                   image_overlay_alignment="center" -                 image_pressed="WellButton_Lit_Selected" -                 image_pressed_selected="WellButton_Lit" -                 image_selected="WellButton_Lit" +                 image_pressed="WellButton_Lit" +                 image_pressed_selected="WellButton_Lit_Selected" +                 image_selected="PushButton_Selected_Press"                   label_color="Black"                   left="0"                   max_displayed_count="99" @@ -391,9 +391,9 @@ image_pressed_selected  "Lit" + "Selected" - there are new messages and the Well               width="35">                <button                   bottom_pad="3" -                 image_selected="WellButton_Lit" -                 image_pressed="WellButton_Lit_Selected" -                 image_pressed_selected="WellButton_Lit " +                 image_pressed="WellButton_Lit" +                 image_pressed_selected="WellButton_Lit_Selected" +                 image_selected="PushButton_Selected_Press"                auto_resize="true"                 halign="center"                 height="23" | 
