mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
a19a834c4d
Also the listbox doesn't lost the focus, so we can continue navigating preset palettes.
14 lines
410 B
XML
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="&Load" width="80" magnet="true" />
|
|
<hbox expansive="true" />
|
|
<button id="open_folder" text="Open &Folder" width="60" />
|
|
</hbox>
|
|
</vbox>
|
|
</gui>
|