aseprite/data/widgets/palette_popup.xml
David Capello c8c8738ef8 Add PalettePopup in ColorBar to load predefined palettes from data/palette/
- Add PalettesLoader helper class to load palettes in background
- Add PaletteListBox widget
- Add PalettePopup widget
2014-04-17 01:35:02 -03:00

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="60" />
<button id="openfolder" text="Open Folder" width="60" />
</hbox>
</vbox>
</gui>