2014-07-20 01:01:39 +00:00
|
|
|
<!-- Aseprite -->
|
2015-07-22 19:40:44 +00:00
|
|
|
<!-- Copyright (C) 2014, 2015 by David Capello -->
|
2014-07-20 01:01:39 +00:00
|
|
|
<gui>
|
|
|
|
<window text="GIF Options" id="gif_options">
|
|
|
|
<vbox>
|
2015-01-29 14:24:43 +00:00
|
|
|
<separator text="General Options:" left="true" horizontal="true" />
|
2015-07-22 19:40:44 +00:00
|
|
|
<check text="&Interlaced" id="interlaced" />
|
|
|
|
<check text="Animation &Loop" id="loop" />
|
2014-07-20 01:01:39 +00:00
|
|
|
|
|
|
|
<separator horizontal="true" />
|
|
|
|
|
|
|
|
<hbox>
|
|
|
|
<boxfiller />
|
|
|
|
<hbox homogeneous="true">
|
|
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
|
|
<button text="&Cancel" closewindow="true" />
|
|
|
|
</hbox>
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
</window>
|
|
|
|
</gui>
|