diff options
author | Jonathan Yap <none@none> | 2011-02-11 05:17:05 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-02-11 05:17:05 -0500 |
commit | 355d6d1f79ec695d5cb310ec68d5d6252a9645c2 (patch) | |
tree | 2584593cabbd5c12a73e3ef6fad9d393e3b04c97 | |
parent | 76cb9a7796ffce930458aae00147f8dafa4b33fb (diff) |
STORM-980 Appearance panel / Wear button is too wide
-rw-r--r-- | doc/contributions.txt | 1 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_outfits_inventory.xml | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/contributions.txt b/doc/contributions.txt index 516760aa5a..5c0afd0507 100644 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -398,6 +398,7 @@ Jonathan Yap STORM-643 STORM-960 STORM-953 + STORM-980 Kage Pixel VWR-11 Ken March diff --git a/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml b/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml index 88c82313dd..26efe783f8 100644 --- a/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml +++ b/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml @@ -76,7 +76,7 @@ left="0" orientation="horizontal" top="0" - width="313"> + width="308"> <layout_panel follows="bottom|left|right" height="23" @@ -120,7 +120,7 @@ name="wear_btn_lp" user_resize="false" auto_resize="true" - width="152"> + width="147"> <button follows="bottom|left|right" height="23" @@ -129,7 +129,7 @@ name="wear_btn" left="0" top="0" - width="152" /> + width="147" /> </layout_panel> </layout_stack> </panel> |