summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.cpp
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2018-09-12 18:36:39 +0000
committerThomas Holder <thomas@thomas-holder.de>2018-09-12 18:37:17 +0000
commit84bec2d6dcb2d80abe89d0f55aad8281be1f75e1 (patch)
treefe296d03b3c5b84b97a3abf96851b9e27bfae8fd /src/ui/dialog/inkscape-preferences.cpp
parentfix object-set-test crash (diff)
downloadinkscape-84bec2d6dcb2d80abe89d0f55aad8281be1f75e1.tar.gz
inkscape-84bec2d6dcb2d80abe89d0f55aad8281be1f75e1.zip
make /options/yaxisdown true the default
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index bb15d771d..f67f3680a 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -771,7 +771,7 @@ void InkscapePreferences::initPageUI()
_("Selects whether the dockbar switcher will show text labels, icons, or both"), false);
}
- _ui_yaxisdown.init( _("Origin at upper left with y-axis pointing down (requires restart)"), "/options/yaxisdown", false);
+ _ui_yaxisdown.init( _("Origin at upper left with y-axis pointing down (requires restart)"), "/options/yaxisdown", true);
_page_ui.add_line( false, "", _ui_yaxisdown, "",
_("When off, origin is at lower left corner and y-axis points up"), true);