From fef6d13a74f00cd79d2cb526687f35a0443fb5b1 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Mon, 18 Jun 2018 22:36:14 +0200 Subject: coding style fixes --- src/ui/dialog/inkscape-preferences.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/ui') diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 9e6ff92c1..f452f4812 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -1447,11 +1447,10 @@ void InkscapePreferences::initPageBehavior() _("Always store transformation as a transform= attribute on objects")); this->AddPage(_page_transforms, _("Transforms"), iter_behavior, PREFS_PAGE_BEHAVIOR_TRANSFORMS); - - _dash_scale.init ( _("Stroke width change dashes"), "/options/dash/scale", true); - _page_dashes.add_line( false, "", _dash_scale, "", - _("When chage stroke width, scale the dash array")); - + + _dash_scale.init(_("Stroke width change dashes"), "/options/dash/scale", true); + _page_dashes.add_line(false, "", _dash_scale, "", _("When chage stroke width, scale the dash array")); + this->AddPage(_page_dashes, _("Dashes"), iter_behavior, PREFS_PAGE_BEHAVIOR_DASHES); // Scrolling options -- cgit v1.2.3