mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
23 lines
666 B
XML
23 lines
666 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2016 by David Capello -->
|
|
<gui>
|
|
<window id="open_sequence" text="@.title">
|
|
<vbox>
|
|
<label text="@.description" />
|
|
<view expansive="true" id="view" minwidth="128" minheight="64">
|
|
<listbox id="files" multiselect="true" />
|
|
</view>
|
|
<separator horizontal="true" />
|
|
<check id="repeat" text="@.repeat" />
|
|
<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>
|