mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
55fca6a89f
This is to show the "Set as Default" option when there is an open document.
15 lines
449 B
XML
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>
|