aseprite/data/widgets/palette_popup.xml

14 lines
404 B
XML
Raw Normal View History

<!-- Aseprite -->
2017-05-30 18:46:54 +00:00
<!-- Copyright (C) 2014-2017 by David Capello -->
<gui>
<vbox id="palette_popup">
2017-05-30 18:46:54 +00:00
<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>