diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-08-08 07:33:15 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-08-08 07:33:15 +0000 |
| commit | fe2e11977cd38b6fd43bcfc1a0da47358b06fd8a (patch) | |
| tree | ab9ea70e13f54424f7d7cfe6cbcfa30a20c6f63f /src/preferences-skeleton.h | |
| parent | new methods for tweaking, modeled after MakeOffset (diff) | |
| download | inkscape-fe2e11977cd38b6fd43bcfc1a0da47358b06fd8a.tar.gz inkscape-fe2e11977cd38b6fd43bcfc1a0da47358b06fd8a.zip | |
tweak tool
(bzr r3423)
Diffstat (limited to 'src/preferences-skeleton.h')
| -rw-r--r-- | src/preferences-skeleton.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index 0ad7bc157..8a04640e1 100644 --- a/src/preferences-skeleton.h +++ b/src/preferences-skeleton.h @@ -70,11 +70,12 @@ static char const preferences_skeleton[] = " </group>\n" " <eventcontext id=\"calligraphic\" style=\"fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;\"\n" " mass=\"0.02\" drag=\"1\" angle=\"30\" width=\"0.15\" thinning=\"0.1\" flatness=\"0.9\" cap_rounding=\"0.0\" usecurrent=\"1\"\n" -" tracebackground=\"0\" usepressure=\"0\" usetilt=\"0\" keep_selected=\"1\"/>\n" +" tracebackground=\"0\" usepressure=\"1\" usetilt=\"0\" keep_selected=\"1\"/>\n" " <eventcontext id=\"text\" usecurrent=\"0\" gradientdrag=\"1\"\n" " font_sample=\"AaBbCcIiPpQq12369$\342\202\254\302\242?.;/()\"\n" " style=\"fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:12px;\" selcue=\"1\"/>\n" " <eventcontext id=\"nodes\" selcue=\"1\" gradientdrag=\"1\" show_handles=\"1\" sculpting_profile=\"1\" />\n" +" <eventcontext id=\"tweak\" selcue=\"0\" gradientdrag=\"0\" show_handles=\"0\" width=\"0.2\" force=\"0.2\" fidelity=\"0.5\" usepressure=\"1\" />\n" " <eventcontext id=\"gradient\" selcue=\"1\"/>\n" " <eventcontext id=\"zoom\" selcue=\"1\" gradientdrag=\"0\"/>\n" " <eventcontext id=\"dropper\" selcue=\"1\" gradientdrag=\"1\" pick=\"1\" setalpha=\"1\"/>\n" |
