aseprite/data/widgets/frame_duration.xml

23 lines
720 B
XML
Raw Normal View History

2007-11-16 18:25:45 +00:00
<!-- ASE - Allegro Sprite Editor -->
2010-04-29 02:52:51 +00:00
<!-- Copyright (C) 2001-2010 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" name="ok" magnetic="true" minwidth="60" />
<button text="&amp;Cancel" />
2007-09-18 23:57:02 +00:00
</box>
</grid>
2007-09-18 23:57:02 +00:00
</window>
</jinete>