diff options
author | Seth ProductEngine <slitovchuk@productengine.com> | 2011-10-19 00:53:32 +0300 |
---|---|---|
committer | Seth ProductEngine <slitovchuk@productengine.com> | 2011-10-19 00:53:32 +0300 |
commit | 02663f70fe21503d5faf336bab59fc70d0285853 (patch) | |
tree | 6347a142c19e5bf12385d9c913a6c4e0bbbaa87c | |
parent | 30527b2206e7fce2890c3c44825ff0bef85aa5a0 (diff) |
EXP-1387 FIXED chiclet scroll buttons size. Auto resize disabled.
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_chiclet_bar.xml | 8 |
1 files changed, 4 insertions, 4 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 355a76e05f..b0f76d0010 100644 --- a/indra/newview/skins/default/xui/en/panel_chiclet_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_chiclet_bar.xml @@ -42,7 +42,7 @@ top="7" width="189"> <button - auto_resize="true" + auto_resize="false" follows="right" height="29" image_hover_selected="SegmentedBtn_Left_Over" @@ -57,9 +57,9 @@ tab_stop="false" top="-28" visible="false" - width="7" /> + width="12" /> <button - auto_resize="true" + auto_resize="false" follows="right" height="29" image_hover_selected="SegmentedBtn_Right_Over" @@ -74,7 +74,7 @@ tab_stop="false" top="-28" visible="false" - width="7" /> + width="12" /> </chiclet_panel> </layout_panel> <layout_panel auto_resize="false" |