diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-10-01 18:50:10 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-10-01 18:50:10 +0000 |
| commit | a4fec2966647bde3712d3a512ee9180e03361880 (patch) | |
| tree | b5b2537a2652d467206f0723e82bf4b02127c472 /src | |
| parent | new 3d icon (diff) | |
| download | inkscape-a4fec2966647bde3712d3a512ee9180e03361880.tar.gz inkscape-a4fec2966647bde3712d3a512ee9180e03361880.zip | |
tweaking tools initial styles
(bzr r3822)
Diffstat (limited to 'src')
| -rw-r--r-- | src/preferences-skeleton.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index 64b531af5..63fe35406 100644 --- a/src/preferences-skeleton.h +++ b/src/preferences-skeleton.h @@ -51,13 +51,13 @@ static char const preferences_skeleton[] = " style=\"fill:none;stroke:black;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;\">\n" " <group id=\"shapes\" style=\"fill-rule:evenodd;\" selcue=\"1\" gradientdrag=\"1\">\n" " <eventcontext id=\"rect\" style=\"fill:blue;\" usecurrent=\"1\"/>\n" -" <eventcontext id=\"3dbox\" style=\"stroke:none;stroke-linejoin:round;\" usecurrent=\"0\">\n" -" <side id=\"XYfront\" style=\"fill:#0055d4;stroke:none;stroke-linejoin:round;\" usecurrent=\"0\"/>\n" -" <side id=\"XYrear\" style=\"fill:#0055d4;stroke:none;stroke-linejoin:round;\" usecurrent=\"0\"/>\n" -" <side id=\"XZtop\" style=\"fill:#0060ea;stroke:none;stroke-linejoin:round;\" usecurrent=\"0\"/>\n" -" <side id=\"XZbottom\" style=\"fill:#0060ea;stroke:none;stroke-linejoin:round;\" usecurrent=\"0\"/>\n" -" <side id=\"YZright\" style=\"fill:#0044aa;stroke:none;stroke-linejoin:round;\" usecurrent=\"0\"/>\n" -" <side id=\"YZleft\" style=\"fill:#0044aa;stroke:none;stroke-linejoin:round;\" usecurrent=\"0\"/>\n" +" <eventcontext id=\"3dbox\" style=\"stroke:none;stroke-linejoin:round;\" usecurrent=\"1\">\n" +" <side id=\"XYfront\" style=\"fill:#8686bf;stroke:none;stroke-linejoin:round;\" usecurrent=\"1\"/>\n" +" <side id=\"XYrear\" style=\"fill:#e9e9ff;stroke:none;stroke-linejoin:round;\" usecurrent=\"1\"/>\n" +" <side id=\"XZtop\" style=\"fill:#4d4d9f;stroke:none;stroke-linejoin:round;\" usecurrent=\"1\"/>\n" +" <side id=\"XZbottom\" style=\"fill:#afafde;stroke:none;stroke-linejoin:round;\" usecurrent=\"1\"/>\n" +" <side id=\"YZright\" style=\"fill:#353564;stroke:none;stroke-linejoin:round;\" usecurrent=\"1\"/>\n" +" <side id=\"YZleft\" style=\"fill:#d7d7ff;stroke:none;stroke-linejoin:round;\" usecurrent=\"1\"/>\n" " </eventcontext>\n" " <eventcontext id=\"arc\" style=\"fill:red;\" end=\"0\" start=\"0\" usecurrent=\"1\"/>\n" " <eventcontext id=\"star\" magnitude=\"5\" style=\"fill:yellow;\" usecurrent=\"1\"/>\n" @@ -73,7 +73,7 @@ static char const preferences_skeleton[] = " 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" +" style=\"fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40px;\" 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\" style=\"fill:red;stroke:none;\" usecurrent=\"0\"/>\n" " <eventcontext id=\"gradient\" selcue=\"1\"/>\n" @@ -81,7 +81,7 @@ static char const preferences_skeleton[] = " <eventcontext id=\"dropper\" selcue=\"1\" gradientdrag=\"1\" pick=\"1\" setalpha=\"1\"/>\n" " <eventcontext id=\"select\" selcue=\"1\" gradientdrag=\"0\"/>\n" " <eventcontext id=\"connector\" style=\"fill:none;fill-rule:evenodd;stroke:black;stroke-opacity:1;stroke-linejoin:miter;stroke-width:1px;stroke-linecap:butt;\" selcue=\"1\"/>\n" -" <eventcontext id=\"paintbucket\" style=\"fill:#808080;\" usecurrent=\"1\"/>\n" +" <eventcontext id=\"paintbucket\" style=\"fill:#a0a0a0;stroke:none;\" usecurrent=\"1\"/>\n" " </group>\n" " <group id=\"palette\">\n" " <group id=\"dashes\">\n" |
