Bind # to toggling the view grid

As seen in Inkscape.
This commit is contained in:
Přemysl Eric Janouch 2021-10-27 18:38:03 +02:00
parent 073a4cd4a7
commit 06e3c9e280
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ static GtkToggleActionEntry wm_toggle_action_entries[] =
{"LibraryPane", NULL, N_("_Library Pane"), NULL,
N_("Toggle displaying of the library pane"),
G_CALLBACK (on_action_library_pane), TRUE},
{"ShowGrid", NULL, N_("Show _Grid"), NULL,
{"ShowGrid", NULL, N_("Show _Grid"), "numbersign",
N_("Toggle displaying of the grid"),
G_CALLBACK (on_action_grid), TRUE}
};