diff options
| author | Paul ProductEngine <pguslisty@productengine.com> | 2011-10-19 21:41:25 +0200 | 
|---|---|---|
| committer | Paul ProductEngine <pguslisty@productengine.com> | 2011-10-19 21:41:25 +0200 | 
| commit | d645ffd274a80422e71a11ac3354aa40a40dcc98 (patch) | |
| tree | 661bb82b362dd915318f9af0e197e4c68ab2789f /indra/newview | |
| parent | e596520644f66c45a99c11cb040ae52e79655c10 (diff) | |
EXP-1386 FIXED (Notification and Conversation chiclet sizes differ from release viewer when present in bottom bar)
- Disabled buttons autoresize
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_chiclet_bar.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_chiclet_bar.xml b/indra/newview/skins/default/xui/en/panel_chiclet_bar.xml index b0f76d0010..41d1036a4d 100644 --- a/indra/newview/skins/default/xui/en/panel_chiclet_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_chiclet_bar.xml @@ -110,7 +110,7 @@ image_pressed           "Lit" - there are new messages  image_pressed_selected  "Lit" + "Selected" - there are new messages and the Well is open               -->          <button -                 auto_resize="true" +                 auto_resize="false"                   follows="right"                   halign="center"                   height="23" @@ -151,7 +151,7 @@ image_pressed_selected  "Lit" + "Selected" - there are new messages and the Well               top="5"               width="35">          <button -                 auto_resize="true" +                 auto_resize="false"                   bottom_pad="3"                   follows="right"                   halign="center" | 
