mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 21:33:12 +00:00
Re-estructured menu: "Edit > Options", "Edit > Tools", and "View > Screen".
This commit is contained in:
parent
4c1ac855a5
commit
3acfcca945
17
data/gui.xml
17
data/gui.xml
@ -148,10 +148,6 @@
|
||||
<item command="close_file" text="&Close" />
|
||||
<item command="close_all_files" text="Close All" />
|
||||
<separator />
|
||||
<menu text="Ca&pture">
|
||||
<item command="screen_shot" text="Screen Shot" />
|
||||
</menu>
|
||||
<separator />
|
||||
<item command="exit" text="E&xit" />
|
||||
</menu>
|
||||
<menu text="&Edit">
|
||||
@ -180,6 +176,9 @@
|
||||
<separator />
|
||||
<item command="despeckle" text="&Despeckle (median filter)" />
|
||||
</menu>
|
||||
<separator />
|
||||
<item command="configure_tools" text="Tool&s" />
|
||||
<item command="options" text="&Options" />
|
||||
</menu>
|
||||
<menu text="&Sprite">
|
||||
<item command="sprite_properties" text="&Properties..." />
|
||||
@ -275,7 +274,6 @@
|
||||
<item command="close_editor" text="&Close" />
|
||||
</menu>
|
||||
<separator />
|
||||
<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" />
|
||||
@ -286,9 +284,12 @@
|
||||
</item>
|
||||
<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 text="Scree&n">
|
||||
<item command="configure_screen" text="&Configure Screen" />
|
||||
<separator />
|
||||
<item command="refresh" text="&Refresh && Reload Skin" />
|
||||
<item command="screen_shot" text="&Screen Shot" />
|
||||
</menu>
|
||||
</menu>
|
||||
<menu text="&Help">
|
||||
<item command="quick_reference" text="Quick &Reference" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user