summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2019-03-06 01:58:30 +0000
committerMartin Owens <doctormo@gmail.com>2019-03-06 01:58:30 +0000
commite5bf2580b421854298c4d2eaa62f9324ed03f81c (patch)
tree574232d8b2fa35b08210b337f6a868dfca4f2b09 /src/widgets/toolbox.cpp
parentRevert modal fix to fix #108 (diff)
parentChanged tabs to spaces (diff)
downloadinkscape-e5bf2580b421854298c4d2eaa62f9324ed03f81c.tar.gz
inkscape-e5bf2580b421854298c4d2eaa62f9324ed03f81c.zip
Merge addition of center on page button
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index bf2736fe6..d3daa892f 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -339,7 +339,8 @@ static Glib::RefPtr<Gtk::ActionGroup> create_or_fetch_actions( SPDesktop* deskto
SP_VERB_ZOOM_PAGE,
SP_VERB_ZOOM_PAGE_WIDTH,
SP_VERB_ZOOM_PREV,
- SP_VERB_ZOOM_SELECTION
+ SP_VERB_ZOOM_SELECTION,
+ SP_VERB_ZOOM_CENTER_PAGE
};
GtkIconSize toolboxSize = ToolboxFactory::prefToSize("/toolbox/small");