mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
14 lines
404 B
XML
14 lines
404 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2014-2017 by David Capello -->
|
|
<gui>
|
|
<vbox id="palette_popup">
|
|
<search id="search" magnet="true" />
|
|
<view id="view" expansive="true" />
|
|
<hbox>
|
|
<button id="load_pal" text="@.load" width="80" magnet="true" />
|
|
<hbox expansive="true" />
|
|
<button id="open_folder" text="@.open_folder" width="60" />
|
|
</hbox>
|
|
</vbox>
|
|
</gui>
|