aseprite/data/widgets/frame_duration.xml

23 lines
758 B
XML
Raw Normal View History

2007-11-16 18:25:45 +00:00
<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2011 by David Capello -->
<jinete>
<window text="Frame Duration" name="frame_duration">
2008-03-27 16:58:14 +00:00
<grid columns="3">
<label text="Frame number:" />
<label text="" name="frame" />
<box cell_align="horizontal" />
<label text="Duration (milliseconds):" />
<entry maxsize="10" name="frlen" magnetic="true" />
2008-03-27 16:58:14 +00:00
<box cell_align="horizontal" />
<separator horizontal="true" cell_hspan="3" />
2008-03-27 16:58:14 +00:00
<box horizontal="true" homogeneous="true" cell_hspan="3" cell_align="right">
<button text="&amp;OK" closewindow="true" name="ok" magnetic="true" minwidth="60" />
<button text="&amp;Cancel" closewindow="true" />
2007-09-18 23:57:02 +00:00
</box>
</grid>
2007-09-18 23:57:02 +00:00
</window>
</jinete>