mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-08 03:42:09 +00:00
14 lines
396 B
XML
14 lines
396 B
XML
<!-- ASEPRITE -->
|
|
<!-- Copyright (C) 2014-2016 by David Capello -->
|
|
<gui>
|
|
<vbox id="palette_popup">
|
|
<label text="Available Palettes:" />
|
|
<view id="view" expansive="true" />
|
|
<hbox>
|
|
<button id="load_pal" text="&Load" width="80" />
|
|
<hbox expansive="true" />
|
|
<button id="open_folder" text="Open &Folder" width="60" />
|
|
</hbox>
|
|
</vbox>
|
|
</gui>
|