aseprite/data/widgets/gif_options.xml
2016-12-23 12:38:32 -03:00

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>