Skip to content

Commit

Permalink
Change the divider line back to 3px
Browse files Browse the repository at this point in the history
Make divider line 3px but make it straddle two rows centrally.
  • Loading branch information
Bob-IT committed Aug 3, 2017
1 parent e0e1ccc commit 8ebdc7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/register/register-gnome/gnucash-sheet-private.c
Expand Up @@ -367,8 +367,8 @@ draw_divider_line (cairo_t *cr, VirtualLocation virt_loc,

cairo_set_source_rgb (cr, fg_color->red, fg_color->green, fg_color->blue);

cairo_set_line_width (cr, 2.0);
cairo_move_to (cr, x, y + 0.5 + offset);
cairo_set_line_width (cr, 3.0);
cairo_move_to (cr, x, y - 0.5 + offset);
cairo_rel_line_to (cr, width, 0);
cairo_stroke (cr);
}
Expand Down

0 comments on commit 8ebdc7b

Please sign in to comment.