aseprite/data/widgets/frame_duration.xml

23 lines
721 B
XML
Raw Normal View History

<!-- ASEPRITE -->
2013-01-27 15:13:13 +00:00
<!-- Copyright (C) 2001-2013 by David Capello -->
<gui>
<window text="Frame Duration" id="frame_duration">
2008-03-27 16:58:14 +00:00
<grid columns="3">
<label text="Frame number:" />
<label text="" id="frame" />
2008-03-27 16:58:14 +00:00
<box cell_align="horizontal" />
<label text="Duration (milliseconds):" />
<entry maxsize="10" id="frlen" magnet="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" id="ok" magnet="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>
</gui>