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