diff options
author | Jonathan Yap <none@none> | 2011-02-28 14:18:00 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-02-28 14:18:00 -0500 |
commit | 40a8fc4b46ab13433a27b6ce5818aacde900b905 (patch) | |
tree | 44eda895bdfb6827f0f0525274027c6ec5c47492 /indra | |
parent | 9962560f57eb4bcf1b3451f5d86c963d5d6fcf5c (diff) |
STORM-980 Fix additional issue with Wear button found by QA
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_outfits_inventory.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 26efe783f8..2ad2416179 100644 --- a/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml +++ b/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml @@ -127,9 +127,9 @@ label="Wear" layout="topleft" name="wear_btn" - left="0" + left="1" top="0" - width="147" /> + width="146" /> </layout_panel> </layout_stack> </panel> |