mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Change the divider line back to 3px
Make divider line 3px but make it straddle two rows centrally.
This commit is contained in:
parent
e0e1ccc1c4
commit
8ebdc7b1d2
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user