mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-05 21:57:20 +00:00
23 lines
719 B
XML
23 lines
719 B
XML
|
<!-- ASEPRITE -->
|
||
|
<!-- Copyright (C) 2016 by David Capello -->
|
||
|
<gui>
|
||
|
<window text="Notice" id="open_sequence">
|
||
|
<vbox>
|
||
|
<label text="Do you want to load the following files as an animation?" />
|
||
|
<view expansive="true" id="view" minwidth="128" minheight="64">
|
||
|
<listbox id="files" multiselect="true" />
|
||
|
</view>
|
||
|
<separator horizontal="true" />
|
||
|
<check id="repeat" text="Do the same for other files" />
|
||
|
<hbox>
|
||
|
<boxfiller />
|
||
|
<hbox homogeneous="true">
|
||
|
<button id="agree" text="&Agree" closewindow="true" minwidth="60" />
|
||
|
<button id="skip" text="&Skip" closewindow="true" minwidth="60" magnet="true" />
|
||
|
</hbox>
|
||
|
<boxfiller />
|
||
|
</hbox>
|
||
|
</vbox>
|
||
|
</window>
|
||
|
</gui>
|