X-Git-Url: https://git.cworth.org/git?p=scherzo;a=blobdiff_plain;f=scherzo.c;h=98f70bd99ff2485e0cf3e0b4ad542341353f41f5;hp=0ff68d125d17e072ff911ac28a351c36244f3b52;hb=0d91a08ddeea3e07edb853e01f3b3dfde18ea7d7;hpb=997636705c1b736ae8355bf67d9b2336ef17e43c diff --git a/scherzo.c b/scherzo.c index 0ff68d1..98f70bd 100644 --- a/scherzo.c +++ b/scherzo.c @@ -92,7 +92,7 @@ on_expose_event_draw (GtkWidget *widget, cairo_paint (cr); /* Add some padding on the sides and top */ - cairo_translate (cr, pad, 2 * scherzo->staff_height); + cairo_translate (cr, pad, scherzo->staff_height); score_set_staff_height (score, scherzo->staff_height); score_set_width (score, widget_width - 2 * pad);