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