diff options
| author | Martin Owens <doctormo@gmail.com> | 2019-03-06 01:58:30 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2019-03-06 01:58:30 +0000 |
| commit | e5bf2580b421854298c4d2eaa62f9324ed03f81c (patch) | |
| tree | 574232d8b2fa35b08210b337f6a868dfca4f2b09 /src/widgets/toolbox.cpp | |
| parent | Revert modal fix to fix #108 (diff) | |
| parent | Changed tabs to spaces (diff) | |
| download | inkscape-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.cpp | 3 |
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"); |
