mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Removed "Tools" menu item.
- "FX" menu is now inside "Edit" menu. - All other options now are inside "View".
This commit is contained in:
parent
acf9dec82a
commit
a9a4dc955f
37
data/gui.xml
37
data/gui.xml
@ -175,6 +175,12 @@
|
||||
<separator />
|
||||
<item command="replace_color" text="R&eplace Color..." />
|
||||
<item command="invert_color" text="&Invert" />
|
||||
<menu text="F&X" id="fx_popup">
|
||||
<item command="convolution_matrix" text="Convolution &Matrix" />
|
||||
<item command="color_curve" text="&Color Curve" />
|
||||
<separator />
|
||||
<item command="despeckle" text="&Despeckle (median filter)" />
|
||||
</menu>
|
||||
</menu>
|
||||
<menu text="&Sprite">
|
||||
<item command="sprite_properties" text="&Properties..." />
|
||||
@ -249,7 +255,7 @@
|
||||
</menu>
|
||||
<item command="play_animation" text="&Play Animation" />
|
||||
</menu>
|
||||
<menu text="&Mask">
|
||||
<menu text="Selec&t">
|
||||
<item command="mask_all" text="&All" />
|
||||
<item command="deselect_mask" text="&Deselect" />
|
||||
<item command="reselect_mask" text="&Reselect" />
|
||||
@ -261,7 +267,7 @@
|
||||
<item command="save_mask" text="&Save to MSK file" />
|
||||
</menu>
|
||||
<menu text="&View">
|
||||
<menu text="&Editor">
|
||||
<menu text="Sprite &Editor">
|
||||
<item command="make_unique_editor" text="Make &Unique" />
|
||||
<separator />
|
||||
<item command="split_editor_vertically" text="Split &Vertically" />
|
||||
@ -270,33 +276,20 @@
|
||||
<item command="close_editor" text="&Close" />
|
||||
</menu>
|
||||
<separator />
|
||||
<menu text="&Grid">
|
||||
<item command="grid_settings" text="Grid Se&ttings" />
|
||||
<separator />
|
||||
<item command="show_grid" text="Show &Grid" />
|
||||
<item command="snap_to_grid" text="&Snap to Grid" />
|
||||
</menu>
|
||||
<item command="preview" text="&Preview" />
|
||||
<separator />
|
||||
<item command="refresh" text="&Refresh" />
|
||||
<item command="configure_screen" text="Configure &Screen" />
|
||||
</menu>
|
||||
<menu text="&Tools">
|
||||
<item command="configure_tools" text="&Configure" />
|
||||
<item command="configure_tools" text="&Tools Configuration" />
|
||||
<item command="show_grid" text="Show &Grid" />
|
||||
<item command="snap_to_grid" text="&Snap to Grid" />
|
||||
<item command="grid_settings" text="Gri&d Settings" />
|
||||
<separator />
|
||||
<item command="film_editor" text="&Animation Editor" />
|
||||
<item command="palette_editor" text="&Palette Editor">
|
||||
<param name="switch" value="true" />
|
||||
</item>
|
||||
<separator />
|
||||
<menu text="F&X" id="fx_popup">
|
||||
<item command="convolution_matrix" text="Convolution &Matrix" />
|
||||
<item command="color_curve" text="&Color Curve" />
|
||||
<separator />
|
||||
<item command="despeckle" text="&Despeckle (median filter)" />
|
||||
</menu>
|
||||
<item command="preview" text="Previe&w" />
|
||||
<separator />
|
||||
<item command="options" text="&Options" />
|
||||
<item command="configure_screen" text="Configure Scree&n" />
|
||||
<item command="refresh" text="&Refresh && Reload Skin" />
|
||||
</menu>
|
||||
<menu text="&Help">
|
||||
<item command="quick_reference" text="Quick &Reference" />
|
||||
|
Loading…
Reference in New Issue
Block a user