diff options
| -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>  | 
