diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2011-08-18 20:40:25 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2011-08-18 20:40:25 +0000 |
| commit | 6e0c3298c3b26f3316e7283466c18597296cd830 (patch) | |
| tree | d2c204824655090243c7a63c2f423710d8be9cf4 /src | |
| parent | fix old standing issue of converting 0.45 grids to >0.45 (diff) | |
| download | inkscape-6e0c3298c3b26f3316e7283466c18597296cd830.tar.gz inkscape-6e0c3298c3b26f3316e7283466c18597296cd830.zip | |
default to slightly friendlier grid color like the one from 0.45 :)
(bzr r10553)
Diffstat (limited to 'src')
| -rw-r--r-- | src/preferences-skeleton.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index 16723170f..70ec0def4 100644 --- a/src/preferences-skeleton.h +++ b/src/preferences-skeleton.h @@ -326,8 +326,8 @@ static char const preferences_skeleton[] = " origin_y=\"0.0\"\n" " spacing_x=\"1.0\"\n" " spacing_y=\"1.0\"\n" -" color=\"65312\"\n" // 0x0000FF20 -" empcolor=\"65344\"\n" // 0x0000FF40 +" color=\"1061158688\"\n" // 0x3F3FFF20 +" empcolor=\"1061158720\"\n" // 0x3F3FFF40 " empspacing=\"5\"\n" " dotted=\"0\"/>\n" " <group id=\"axonom\" " @@ -337,8 +337,8 @@ static char const preferences_skeleton[] = " spacing_y=\"1.0\"\n" " angle_x=\"30.0\"\n" " angle_z=\"30.0\"\n" -" color=\"65312\"\n" // 0x0000FF20 -" empcolor=\"65344\"\n" // 0x0000FF40 +" color=\"1061158688\"\n" // 0x3F3FFF20 +" empcolor=\"1061158720\"\n" // 0x3F3FFF40 " empspacing=\"5\"/>\n" " </group>\n" " <group id=\"workarounds\"\n" |
