aseprite/data/widgets/palette_popup.xml
David Capello a19a834c4d Enter key selects the preset palette
Also the listbox doesn't lost the focus, so we can continue navigating
preset palettes.
2016-11-14 16:04:29 -03:00

14 lines
410 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="&amp;Load" width="80" magnet="true" />
<hbox expansive="true" />
<button id="open_folder" text="Open &amp;Folder" width="60" />
</hbox>
</vbox>
</gui>