aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-10-27 18:38:03 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-27 18:38:33 +0200
commit06e3c9e2808538a2c414ad764d0f5362f35ee7fb (patch)
treec7547f974cbe6ad0383ff35c9c714702e19e6105
parent073a4cd4a7e780b80cb10142c93e93fed237cce9 (diff)
downloadlogdiag-06e3c9e2808538a2c414ad764d0f5362f35ee7fb.tar.gz
logdiag-06e3c9e2808538a2c414ad764d0f5362f35ee7fb.tar.xz
logdiag-06e3c9e2808538a2c414ad764d0f5362f35ee7fb.zip
Bind # to toggling the view grid
As seen in Inkscape.
-rw-r--r--src/ld-window-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ld-window-main.c b/src/ld-window-main.c
index a86138c..169d3fb 100644
--- a/src/ld-window-main.c
+++ b/src/ld-window-main.c
@@ -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}
};