diff options
| author | Andrew Polunin <apolunin@productengine.com> | 2009-12-26 16:22:35 +0200 | 
|---|---|---|
| committer | Andrew Polunin <apolunin@productengine.com> | 2009-12-26 16:22:35 +0200 | 
| commit | 504020425efe5f3b40c79e1afa2de5f0587b56f4 (patch) | |
| tree | 443c866008ef9f5a5a8b529644cb5ae4c996578a | |
| parent | 62c825c7149317e9399d55b8526d3021dc413239 (diff) | |
fixed normal bug EXT-3674 (There is wrong time stamp format for p2p im sessions for \"voice\" notifications)
--HG--
branch : product-engine
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_chat_header.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_chat_header.xml b/indra/newview/skins/default/xui/en/panel_chat_header.xml index 859822dd81..39c4923f12 100644 --- a/indra/newview/skins/default/xui/en/panel_chat_header.xml +++ b/indra/newview/skins/default/xui/en/panel_chat_header.xml @@ -28,7 +28,7 @@        height="12"        layout="topleft"        left_pad="5" -      right="-60" +      right="-120"        name="user_name"        text_color="white"        bg_readonly_color="black" @@ -46,5 +46,5 @@       right="-5"       top="8"           value="23:30" -         width="50" /> +         width="110" />  </panel> | 
