diff options
author | Oz Linden <oz@lindenlab.com> | 2010-10-13 15:16:00 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2010-10-13 15:16:00 -0400 |
commit | c7c43d83f80dcac8be79cc76c9d9bbf8ff4c8354 (patch) | |
tree | 92023b923c87f9d12a8242a72ff700e261d77192 /indra | |
parent | 812713685550cd3643f37cf736551086b8a629c3 (diff) | |
parent | 7cb3a6bca8317cde76bf10eb16944a2175f594bd (diff) |
merge fix for STORM-196
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_edit_wearable.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_edit_wearable.xml b/indra/newview/skins/default/xui/en/panel_edit_wearable.xml index 95c1c822b8..b8ef612c6c 100644 --- a/indra/newview/skins/default/xui/en/panel_edit_wearable.xml +++ b/indra/newview/skins/default/xui/en/panel_edit_wearable.xml @@ -463,9 +463,10 @@ height="23" label="Undo Changes" layout="topleft" - left_pad="7" + left="1" name="revert_button" - width="152" /> + top="0" + width="148" /> </layout_panel> </layout_stack> </panel> |