aseprite/data/widgets/palette_popup.xml

14 lines
381 B
XML
Raw Normal View History

<!-- ASEPRITE -->
<!-- Copyright (C) 2014 by David Capello -->
<gui>
<vbox id="palette_popup">
<label text="Available Palettes:" />
<view id="view" expansive="true" />
<hbox>
<button id="load_pal" text="Load" width="80" />
<hbox expansive="true" />
<button id="open_folder" text="Open Folder" width="60" />
</hbox>
</vbox>
</gui>