aseprite/data/widgets/palette_popup.xml
David Capello d31f83e098 Add option to load/save default palette preset (fix #626)
Now the default palette is saved in the user configuration
directory, so we can set any palette as the default (it doesn't
matter if it's related or not to a file, it will be copied into
the user directory anyway).
2015-05-08 16:08:55 -03:00

14 lines
381 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="open_folder" text="Open Folder" width="60" />
</hbox>
</vbox>
</gui>