diff options
| author | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-11-30 10:38:35 -0500 | 
|---|---|---|
| committer | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-11-30 10:38:35 -0500 | 
| commit | 447d1c6498870e82834c3b404fa507aee331f45b (patch) | |
| tree | 452e17006be3be155d7d6bdf48e6141aa30d04bd | |
| parent | 30cb8d566ea47800d0bc5f253b957e01101b980a (diff) | |
Updated layout to prevent overlapping elements.
http://jira.secondlife.com/browse/EXT-2777
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_animation_preview.xml | 24 | 
1 files changed, 12 insertions, 12 deletions
| diff --git a/indra/newview/skins/default/xui/en/floater_animation_preview.xml b/indra/newview/skins/default/xui/en/floater_animation_preview.xml index bb45e51137..a8f875754e 100644 --- a/indra/newview/skins/default/xui/en/floater_animation_preview.xml +++ b/indra/newview/skins/default/xui/en/floater_animation_preview.xml @@ -2,7 +2,7 @@  <floater   legacy_header_height="18"   can_minimize="false" - height="556" + height="610"   layout="topleft"   name="Animation Preview"   help_topic="animation_preview" @@ -508,21 +508,21 @@ Maximum animation length is [MAX_LENGTH] seconds.  We recommend BVH files exported from Poser 4.      </text>      <button -     bottom="546" -     follows="bottom|right" +    	top="580" +     follows="bottom|left"       height="23" -     label="Cancel" +     label="Upload (L$[AMOUNT])"       layout="topleft" -     name="cancel_btn" -     right="265" -     width="123" /> +     left="10" +     name="ok_btn" +     width="128" />      <button +    	top="580"       follows="bottom|left"       height="23" -     label="Upload (L$[AMOUNT])" +     label="Cancel"       layout="topleft" -     left_delta="-129" -     name="ok_btn" -     top_delta="0" -     width="123" /> +     name="cancel_btn" +     left="142" +     width="128" />  </floater> | 
