aseprite/data/widgets/palette_popup.xml
2016-12-23 12:38:32 -03:00

14 lines
392 B
XML

<!-- Aseprite -->
<!-- Copyright (C) 2014-2016 by David Capello -->
<gui>
<vbox id="palette_popup">
<label text="@.title" />
<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>