]> git.sur5r.net Git - glabels/commitdiff
2004-07-05 Jim Evins <evins@snaught.com>
authorJim Evins <evins@snaught.com>
Tue, 6 Jul 2004 02:26:53 +0000 (02:26 +0000)
committerJim Evins <evins@snaught.com>
Tue, 6 Jul 2004 02:26:53 +0000 (02:26 +0000)
* src/print.c: (print_crop_marks), (draw_outline):
Changed crop marks and label outlines to black, instead of 25% gray.
This addresses debian Bug #257460.

git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@430 f5e0f49d-192f-0410-a22d-a8d8700d0965

glabels2/ChangeLog
glabels2/src/print.c

index f64b0b9f991202d4d2db3a17122a420bbf3fae2a..04e6cc0612e767896054628049bef0a0c726f412 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-05  Jim Evins  <evins@snaught.com>
+       * src/print.c: (print_crop_marks), (draw_outline):
+               Changed crop marks and label outlines to black, instead of 25% gray.
+               This addresses debian Bug #257460.
+
 2004-07-05  Jim Evins  <evins@snaught.com>
 
        * src/object-editor-fill-page.c: (gl_object_editor_set_fill_color):
index 19429bee96da85f6b930d50f47f9f18da8caa51c..a6bcf5eac2846f6d5f21e4f850bd38080c6613de 100644 (file)
@@ -521,7 +521,7 @@ print_crop_marks (PrintInfo *pi)
        page_w = pi->page_width;
        page_h = pi->page_height;
 
-       gnome_print_setrgbcolor (pi->pc, 0.25, 0.25, 0.25);
+       gnome_print_setrgbcolor (pi->pc, 0.0, 0.0, 0.0);
        gnome_print_setopacity (pi->pc, 1.0);
        gnome_print_setlinewidth (pi->pc, 0.25);
 
@@ -1112,7 +1112,7 @@ draw_outline (PrintInfo *pi,
 
        label_type = gl_template_get_first_label_type (pi->template);
 
-       gnome_print_setrgbcolor (pi->pc, 0.25, 0.25, 0.25);
+       gnome_print_setrgbcolor (pi->pc, 0.0, 0.0, 0.0);
        gnome_print_setopacity (pi->pc, 1.0);
        gnome_print_setlinewidth (pi->pc, 0.25);