2016-12-23 15:38:32 +00:00
|
|
|
<!-- Aseprite -->
|
2017-05-30 18:46:54 +00:00
|
|
|
<!-- Copyright (C) 2014-2017 by David Capello -->
|
2014-04-17 04:35:02 +00:00
|
|
|
<gui>
|
2014-08-29 12:42:07 +00:00
|
|
|
<vbox id="palette_popup">
|
2017-05-30 18:46:54 +00:00
|
|
|
<search id="search" magnet="true" />
|
2014-04-17 04:35:02 +00:00
|
|
|
<view id="view" expansive="true" />
|
|
|
|
<hbox>
|
2016-12-23 15:38:32 +00:00
|
|
|
<button id="load_pal" text="@.load" width="80" magnet="true" />
|
2014-04-17 04:35:02 +00:00
|
|
|
<hbox expansive="true" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<button id="open_folder" text="@.open_folder" width="60" />
|
2014-04-17 04:35:02 +00:00
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
</gui>
|