mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-17 07:10:36 +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 -->
|
||||
<!-- Copyright (C) 2014 by David Capello -->
|
||||
<!-- 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" />
|
||||
<button id="load_pal" text="&Load" width="80" />
|
||||
<hbox expansive="true" />
|
||||
<button id="open_folder" text="Open Folder" width="60" />
|
||||
<button id="open_folder" text="Open &Folder" width="60" />
|
||||
</hbox>
|
||||
</vbox>
|
||||
</gui>
|
||||
|
Loading…
Reference in New Issue
Block a user