2015-02-19 23:29:48 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Aseprite -->
|
2016-12-23 15:38:32 +00:00
|
|
|
<!-- Copyright (C) 2001-2016 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
2016-12-23 15:38:32 +00:00
|
|
|
<window id="frame_properties" text="@.title">
|
2008-03-27 16:58:14 +00:00
|
|
|
<grid columns="3">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.frame_number" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<label text="" id="frame" />
|
2008-03-27 16:58:14 +00:00
|
|
|
<box cell_align="horizontal" />
|
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.duration" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<entry maxsize="10" id="frlen" magnet="true" />
|
2008-03-27 16:58:14 +00:00
|
|
|
<box cell_align="horizontal" />
|
|
|
|
|
2009-12-16 23:24:57 +00:00
|
|
|
<separator horizontal="true" cell_hspan="3" />
|
2008-03-27 16:58:14 +00:00
|
|
|
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true" homogeneous="true" cell_hspan="3" cell_align="right">
|
2016-12-23 15:38:32 +00:00
|
|
|
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
|
|
<button text="@general.cancel" closewindow="true" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
</grid>
|
2007-09-18 23:57:02 +00:00
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|