Solve Issue 738: Improve .anim upload floater

This commit is contained in:
Lirusaito
2013-06-27 02:31:42 -04:00
parent f6df34e40a
commit 198091c2a0

View File

@@ -5,7 +5,7 @@
layout="topleft" layout="topleft"
name="Anim Preview" name="Anim Preview"
help_topic="animation_anim_preview" help_topic="animation_anim_preview"
title="ANIMATION.ANIM" title="Upload Raw Animation"
width="300"> width="300">
<text <text
type="string" type="string"
@@ -16,7 +16,7 @@
left="10" left="10"
mouse_opaque="false" mouse_opaque="false"
name="name_label" name="name_label"
top="20" bottom="-40"
width="275"> width="275">
Name: Name:
</text> </text>
@@ -60,18 +60,19 @@
height="22" height="22"
label="Upload ([UPLOADFEE])" label="Upload ([UPLOADFEE])"
layout="topleft" layout="topleft"
left="45" left="15"
name="ok_btn" name="ok_btn"
top_pad="60" bottom_delta="-60"
width="150" /> width="130" />
<button <button
follows="right|bottom" follows="right|bottom"
bottom_delta="0"
height="22" height="22"
label="Cancel" label="Cancel"
label_selected="Cancel" label_selected="Cancel"
layout="topleft" layout="topleft"
name="cancel_btn" name="cancel_btn"
left_pad="5" left_delta="135"
width="90" /> width="130" />
</floater> </floater>