2014-07-20 01:01:39 +00:00
|
|
|
<!-- Aseprite -->
|
2018-02-07 17:35:12 +00:00
|
|
|
<!-- Copyright (C) 2014-2018 by David Capello -->
|
2014-07-20 01:01:39 +00:00
|
|
|
<gui>
|
2018-02-07 17:35:12 +00:00
|
|
|
<window id="gif_options" text="@.title">
|
2014-07-20 01:01:39 +00:00
|
|
|
<vbox>
|
2018-02-07 17:35:12 +00:00
|
|
|
<separator text="@.general_options" left="true" horizontal="true" />
|
|
|
|
<check text="@.interlaced" id="interlaced" />
|
|
|
|
<check text="@.animation_loop" id="loop" />
|
2014-07-20 01:01:39 +00:00
|
|
|
|
|
|
|
<separator horizontal="true" />
|
|
|
|
|
|
|
|
<hbox>
|
2018-02-07 17:35:12 +00:00
|
|
|
<check text="@general.dont_show" id="dont_show" tooltip="@general.dont_show_tooltip" />
|
2014-07-20 01:01:39 +00:00
|
|
|
<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>
|