aseprite/data/widgets/open_sequence.xml
David Capello 1b736aef85 Improve UX when opening file sequences
* Now we can select the specific files that are part of the sequence
* New checkbox do the same for all dropped files (fix #1284)
2016-11-15 18:11:47 -03:00

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="&amp;Agree" closewindow="true" minwidth="60" />
<button id="skip" text="&amp;Skip" closewindow="true" minwidth="60" magnet="true" />
</hbox>
<boxfiller />
</hbox>
</vbox>
</window>
</gui>