summaryrefslogtreecommitdiffstats
path: root/src/desktop.cpp
diff options
context:
space:
mode:
authorWizardOhio24 <rdmenzies2000@gmail.com>2019-02-03 14:41:25 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2019-02-11 10:43:57 +0000
commite0a7e7ae7bb2ab2eab521c4f73e89df4086d05e6 (patch)
tree0b2e0123f09d10887417a7fd2a7883a235278969 /src/desktop.cpp
parentUpdated inkscape.pot to include Center page in window (diff)
downloadinkscape-e0a7e7ae7bb2ab2eab521c4f73e89df4086d05e6.tar.gz
inkscape-e0a7e7ae7bb2ab2eab521c4f73e89df4086d05e6.zip
Changed tabs to spaces
Diffstat (limited to 'src/desktop.cpp')
-rw-r--r--src/desktop.cpp2
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());
}