2014-07-20 01:01:39 +00:00
|
|
|
<!-- Aseprite -->
|
2016-12-23 15:38:32 +00:00
|
|
|
<!-- Copyright (C) 2014-2016 by David Capello -->
|
2014-07-20 01:01:39 +00:00
|
|
|
<gui>
|
2016-12-23 15:38:32 +00:00
|
|
|
<window id="gif_options" text="@gif_options.title">
|
2014-07-20 01:01:39 +00:00
|
|
|
<vbox>
|
2016-12-23 15:38:32 +00:00
|
|
|
<separator text="@gif_options.general_options" left="true" horizontal="true" />
|
|
|
|
<check text="@gif_options.interlaced" id="interlaced" />
|
|
|
|
<check text="@gif_options.animation_loop" id="loop" />
|
2014-07-20 01:01:39 +00:00
|
|
|
|
|
|
|
<separator horizontal="true" />
|
|
|
|
|
|
|
|
<hbox>
|
|
|
|
<boxfiller />
|
|
|
|
<hbox homogeneous="true">
|
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" />
|
2014-07-20 01:01:39 +00:00
|
|
|
</hbox>
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
</window>
|
|
|
|
</gui>
|