diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-06-18 20:36:14 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-08-05 00:37:57 +0000 |
| commit | fef6d13a74f00cd79d2cb526687f35a0443fb5b1 (patch) | |
| tree | 955d9568e7347e83c8fb09a01485792a538f499f /src/ui | |
| parent | Fixes compiling bugs (diff) | |
| download | inkscape-fef6d13a74f00cd79d2cb526687f35a0443fb5b1.tar.gz inkscape-fef6d13a74f00cd79d2cb526687f35a0443fb5b1.zip | |
coding style fixes
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
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 |
