2014-04-17 04:35:02 +00:00
|
|
|
<!-- ASEPRITE -->
|
2016-11-14 18:52:51 +00:00
|
|
|
<!-- Copyright (C) 2014-2016 by David Capello -->
|
2014-04-17 04:35:02 +00:00
|
|
|
<gui>
|
2014-08-29 12:42:07 +00:00
|
|
|
<vbox id="palette_popup">
|
2014-04-17 04:35:02 +00:00
|
|
|
<label text="Available Palettes:" />
|
|
|
|
<view id="view" expansive="true" />
|
|
|
|
<hbox>
|
2016-11-14 19:04:29 +00:00
|
|
|
<button id="load_pal" text="&Load" width="80" magnet="true" />
|
2014-04-17 04:35:02 +00:00
|
|
|
<hbox expansive="true" />
|
2016-11-14 18:52:51 +00:00
|
|
|
<button id="open_folder" text="Open &Folder" width="60" />
|
2014-04-17 04:35:02 +00:00
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
</gui>
|