<!-- Aseprite --> <!-- Copyright (C) 2014-2018 by 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" /> <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>