2016-12-23 12:38:32 -03:00
|
|
|
<!-- Aseprite -->
|
2024-01-04 13:51:18 -03:00
|
|
|
<!-- Copyright (C) 2024 by Igara Studio S.A. -->
|
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">
|
2024-01-04 13:51:18 -03:00
|
|
|
<hbox>
|
|
|
|
<search id="search" magnet="true" expansive="true" />
|
|
|
|
<button text="" id="refresh" style="refresh_button" />
|
|
|
|
</hbox>
|
2014-04-17 01:35:02 -03:00
|
|
|
<view id="view" expansive="true" />
|
|
|
|
<hbox>
|
2023-11-22 10:40:51 -03:00
|
|
|
<button id="load_pal" text="@.load" minwidth="80" magnet="true" />
|
2014-04-17 01:35:02 -03:00
|
|
|
<hbox expansive="true" />
|
2023-11-22 10:40:51 -03:00
|
|
|
<button id="open_folder" text="@.open_folder" minwidth="60" />
|
2014-04-17 01:35:02 -03:00
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
</gui>
|