diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-09-16 23:08:42 +0300 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-09-16 23:08:42 +0300 |
commit | ca6190f92558a5e1b4afdf4a78ae35e0f66f3aa1 (patch) | |
tree | 31e7173abc877bce4915a38160ec287d9fa20d6c /indra/newview | |
parent | 7f693051a2d7b15006349eea6ddb431f02b5e9f7 (diff) |
STORM-156 FIXED Increased "Add Friend" button width. Disabled owerflow button resizing to get more space for other buttons.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_profile.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_profile.xml b/indra/newview/skins/default/xui/en/panel_profile.xml index e2cd27c419..78b192d4af 100644 --- a/indra/newview/skins/default/xui/en/panel_profile.xml +++ b/indra/newview/skins/default/xui/en/panel_profile.xml @@ -344,7 +344,7 @@ name="add_friend_btn_lp" user_resize="false" auto_resize="true" - width="118"> + width="121"> <button follows="bottom|left|right" height="23" @@ -355,7 +355,7 @@ name="add_friend" tool_tip="Offer friendship to the Resident" top="0" - width="117" /> + width="120" /> </layout_panel> <layout_panel @@ -430,8 +430,8 @@ left_pad="3" name="overflow_btn_lp" user_resize="false" - auto_resize="true" - width="27"> + auto_resize="false" + width="24"> <button follows="bottom|left|right" height="23" |