diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-11-11 17:57:17 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-11-11 17:57:17 +0200 |
commit | b360b994a8f588aa28ab5c5498d5cd79a907fb97 (patch) | |
tree | c41298489a6a15b5667f2948b8af7b158f0b8620 | |
parent | 51d35efa23b7683e078ad95778a365aa383f0bd1 (diff) |
Fixed major bug EXT-2205 (Message well counter is truncated)
- place counter exactly over the message well icon.
Fixed in theis way becouse style guide does not have correct UI.
Probably color sheme should be changes to have counter more visible
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_bottomtray.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_bottomtray.xml b/indra/newview/skins/default/xui/en/panel_bottomtray.xml index 6a78834a4c..6bc8063486 100644 --- a/indra/newview/skins/default/xui/en/panel_bottomtray.xml +++ b/indra/newview/skins/default/xui/en/panel_bottomtray.xml @@ -306,9 +306,9 @@ as for parent layout_panel (chiclet_list_panel) to resize bottom tray properly. /> <unread_notifications width="34" - height="23" - left="22" - top="23" /> + height="20" + left="0" + top="19" /> </chiclet_notification> </layout_panel> <icon |