diff options
author | Dmitry Oleshko <doleshko@productengine.com> | 2009-11-13 16:50:18 +0200 |
---|---|---|
committer | Dmitry Oleshko <doleshko@productengine.com> | 2009-11-13 16:50:18 +0200 |
commit | b59afa93961a30b8a5e4c6645b48c2cc8f3054df (patch) | |
tree | 3b091a4587a51f55af971744ade3109719a2d5e1 /indra/newview | |
parent | bff45e735f55c474ecc6f485ef4b210ee0822b26 (diff) |
fixed normal bug (EXT-2393) Items aren't highlighted on mouse over in the Message Well
returned necessary attributes to the corresponding XML-files that were corrupted by Erica's commit (changesets 3991 and 3992)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_activeim_row.xml | 4 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_sys_well_item.xml | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_activeim_row.xml b/indra/newview/skins/default/xui/en/panel_activeim_row.xml index 5562ec8406..38294c907a 100644 --- a/indra/newview/skins/default/xui/en/panel_activeim_row.xml +++ b/indra/newview/skins/default/xui/en/panel_activeim_row.xml @@ -7,7 +7,9 @@ left="0" height="35" width="318" - background_visible="false"> + background_opaque="false"
+ background_visible="true"
+ bg_alpha_color="0.0 0.0 0.0 0.0" > <chiclet_im_p2p name="p2p_chiclet" layout="topleft" diff --git a/indra/newview/skins/default/xui/en/panel_sys_well_item.xml b/indra/newview/skins/default/xui/en/panel_sys_well_item.xml index 7722583ce2..63e60aab78 100644 --- a/indra/newview/skins/default/xui/en/panel_sys_well_item.xml +++ b/indra/newview/skins/default/xui/en/panel_sys_well_item.xml @@ -9,7 +9,10 @@ width="300" height="35" layout="topleft" - follows="left|right"> + follows="left|right" + background_opaque="false"
+ background_visible="true"
+ bg_alpha_color="0.0 0.0 0.0 0.0" > <text top="2" left="10" |