aseprite/data/widgets/palette_popup.xml
David Capello 55fca6a89f PalettePopup: Show three buttons: "Load", "Set as Default", and "Open Folder"
This is to show the "Set as Default" option when there is an open
document.
2014-08-29 09:42:07 -03:00

15 lines
449 B
XML

<!-- 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="set_default" text="Set as Default" width="80" />
<button id="open_folder" text="Open Folder" width="60" />
</hbox>
</vbox>
</gui>