Skip to content
Snippets Groups Projects
Commit 447d1c64 authored by Justin C. Rounds (Chuck)'s avatar Justin C. Rounds (Chuck)
Browse files

Updated layout to prevent overlapping elements.

parent 30cb8d56
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<floater <floater
legacy_header_height="18" legacy_header_height="18"
can_minimize="false" can_minimize="false"
height="556" height="610"
layout="topleft" layout="topleft"
name="Animation Preview" name="Animation Preview"
help_topic="animation_preview" help_topic="animation_preview"
...@@ -508,21 +508,21 @@ Maximum animation length is [MAX_LENGTH] seconds. ...@@ -508,21 +508,21 @@ Maximum animation length is [MAX_LENGTH] seconds.
We recommend BVH files exported from Poser 4. We recommend BVH files exported from Poser 4.
</text> </text>
<button <button
bottom="546" top="580"
follows="bottom|right" follows="bottom|left"
height="23" height="23"
label="Cancel" label="Upload (L$[AMOUNT])"
layout="topleft" layout="topleft"
name="cancel_btn" left="10"
right="265" name="ok_btn"
width="123" /> width="128" />
<button <button
top="580"
follows="bottom|left" follows="bottom|left"
height="23" height="23"
label="Upload (L$[AMOUNT])" label="Cancel"
layout="topleft" layout="topleft"
left_delta="-129" name="cancel_btn"
name="ok_btn" left="142"
top_delta="0" width="128" />
width="123" />
</floater> </floater>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment