mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 12:32:52 +00:00
Add Alt+L and Alt+F shortcuts in palette popup
This commit is contained in:
parent
57f51e65e2
commit
a5e860c556
@ -1,13 +1,13 @@
|
|||||||
<!-- ASEPRITE -->
|
<!-- ASEPRITE -->
|
||||||
<!-- Copyright (C) 2014 by David Capello -->
|
<!-- Copyright (C) 2014-2016 by David Capello -->
|
||||||
<gui>
|
<gui>
|
||||||
<vbox id="palette_popup">
|
<vbox id="palette_popup">
|
||||||
<label text="Available Palettes:" />
|
<label text="Available Palettes:" />
|
||||||
<view id="view" expansive="true" />
|
<view id="view" expansive="true" />
|
||||||
<hbox>
|
<hbox>
|
||||||
<button id="load_pal" text="Load" width="80" />
|
<button id="load_pal" text="&Load" width="80" />
|
||||||
<hbox expansive="true" />
|
<hbox expansive="true" />
|
||||||
<button id="open_folder" text="Open Folder" width="60" />
|
<button id="open_folder" text="Open &Folder" width="60" />
|
||||||
</hbox>
|
</hbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
</gui>
|
</gui>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user