mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 09:23:32 +00:00
14 lines
370 B
XML
14 lines
370 B
XML
<!-- ASEPRITE -->
|
|
<!-- Copyright (C) 2014 by David Capello -->
|
|
<gui>
|
|
<vbox id="mainbox">
|
|
<label text="Available Palettes:" />
|
|
<view id="view" expansive="true" />
|
|
<hbox>
|
|
<hbox expansive="true" />
|
|
<button id="load" text="Load" width="80" />
|
|
<button id="openfolder" text="Open Folder" width="60" />
|
|
</hbox>
|
|
</vbox>
|
|
</gui>
|