mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
25 lines
840 B
XML
25 lines
840 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2020 Igara Studio S.A. -->
|
|
<!-- Copyright (C) 2014-2018 David Capello -->
|
|
<gui>
|
|
<window id="gif_options" text="@.title">
|
|
<vbox>
|
|
<separator text="@.general_options" left="true" horizontal="true" />
|
|
<check text="@.interlaced" id="interlaced" />
|
|
<check text="@.animation_loop" id="loop" />
|
|
<check text="@.preserve_palette_order" id="preserve_palette_order" />
|
|
|
|
<separator horizontal="true" />
|
|
|
|
<hbox>
|
|
<check text="@general.dont_show" id="dont_show" tooltip="@general.dont_show_tooltip" />
|
|
<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>
|