mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 00:23:35 +00:00
22 lines
668 B
XML
22 lines
668 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2014-2016 by David Capello -->
|
|
<gui>
|
|
<window id="gif_options" text="@gif_options.title">
|
|
<vbox>
|
|
<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" />
|
|
|
|
<separator horizontal="true" />
|
|
|
|
<hbox>
|
|
<boxfiller />
|
|
<hbox homogeneous="true">
|
|
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
<button text="@general.cancel" closewindow="true" />
|
|
</hbox>
|
|
</hbox>
|
|
</vbox>
|
|
</window>
|
|
</gui>
|