2016-12-23 15:38:32 +00:00
|
|
|
<!-- Aseprite -->
|
2021-04-12 19:57:02 +00:00
|
|
|
<!-- Copyright (C) 2021 by Igara Studio S.A. -->
|
2016-11-15 21:11:47 +00:00
|
|
|
<!-- Copyright (C) 2016 by David Capello -->
|
|
|
|
<gui>
|
2016-12-23 15:38:32 +00:00
|
|
|
<window id="open_sequence" text="@.title">
|
2016-11-15 21:11:47 +00:00
|
|
|
<vbox>
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.description" />
|
2016-11-15 21:11:47 +00:00
|
|
|
<view expansive="true" id="view" minwidth="128" minheight="64">
|
|
|
|
<listbox id="files" multiselect="true" />
|
|
|
|
</view>
|
|
|
|
<separator horizontal="true" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<check id="repeat" text="@.repeat" />
|
2021-04-12 19:57:02 +00:00
|
|
|
<check id="dont_show" text="@general.dont_show" />
|
2016-11-15 21:11:47 +00:00
|
|
|
<hbox>
|
|
|
|
<boxfiller />
|
|
|
|
<hbox homogeneous="true">
|
2016-12-23 15:38:32 +00:00
|
|
|
<button id="agree" text="@.agree" closewindow="true" minwidth="60" />
|
|
|
|
<button id="skip" text="@.skip" closewindow="true" minwidth="60" magnet="true" />
|
2016-11-15 21:11:47 +00:00
|
|
|
</hbox>
|
|
|
|
<boxfiller />
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
</window>
|
|
|
|
</gui>
|