summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 08552a5)
raw | patch | inline | side by side (parent: 08552a5)
author | scislac <scislac@users.sourceforge.net> | |
Wed, 2 Sep 2009 18:23:50 +0000 (18:23 +0000) | ||
committer | scislac <scislac@users.sourceforge.net> | |
Wed, 2 Sep 2009 18:23:50 +0000 (18:23 +0000) |
src/ui/dialog/inkscape-preferences.cpp | patch | blob | history |
index 9b6d9e0847bde98e24e5ba718af1d4971f4fa91f..b75fdc6c2132039297b0cfda1032db7303a3d751 100644 (file)
this->AddPage(_page_pencil, _("Pencil"), iter_tools, PREFS_PAGE_TOOLS_PENCIL);
this->AddSelcueCheckbox(_page_pencil, "/tools/freehand/pencil", true);
this->AddNewObjectsStyle(_page_pencil, "/tools/freehand/pencil");
- this->AddDotSizeSpinbutton(_page_pencil, "/tools/freehand/pencil", 3.0);
_page_pencil.add_group_header( _("Sketch mode"));
_page_pencil.add_line( true, "", _pencil_average_all_sketches, "",
_("If on, the sketch result will be the normal average of all sketches made, instead of averaging the old result with the new sketch."));