diff options
| author | WizardOhio24 <rdmenzies2000@gmail.com> | 2019-02-03 14:41:25 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-02-11 10:43:57 +0000 |
| commit | e0a7e7ae7bb2ab2eab521c4f73e89df4086d05e6 (patch) | |
| tree | 0b2e0123f09d10887417a7fd2a7883a235278969 /src/desktop.cpp | |
| parent | Updated inkscape.pot to include Center page in window (diff) | |
| download | inkscape-e0a7e7ae7bb2ab2eab521c4f73e89df4086d05e6.tar.gz inkscape-e0a7e7ae7bb2ab2eab521c4f73e89df4086d05e6.zip | |
Changed tabs to spaces
Diffstat (limited to 'src/desktop.cpp')
| -rw-r--r-- | src/desktop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp index 40305cba1..7f729c360 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -1069,7 +1069,7 @@ SPDesktop::zoom_selection() */ void SPDesktop::zoom_center_page() { - zoom_absolute_center_point(Geom::Point(doc()->getWidth().value("px")/2, doc()->getHeight().value("px")/2), this->current_zoom()); + zoom_absolute_center_point(Geom::Point(doc()->getWidth().value("px")/2, doc()->getHeight().value("px")/2), this->current_zoom()); } |
