From ce13979175b695ee59bf515724ac2a8120b8b96e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 19 Oct 2019 15:42:35 +0200 Subject: [PATCH] Increase black key length --- gtk2_ardour/gtk_pianokeyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/gtk_pianokeyboard.c b/gtk2_ardour/gtk_pianokeyboard.c index 513dd17d43..07643aef29 100644 --- a/gtk2_ardour/gtk_pianokeyboard.c +++ b/gtk2_ardour/gtk_pianokeyboard.c @@ -596,7 +596,7 @@ recompute_dimensions(PianoKeyboard *pk) /* This note is black key. */ pk->notes[note].x = pk->widget_margin + white_key * key_width - black_key_width / 2; pk->notes[note].w = black_key_width; - pk->notes[note].h = height / 2; + pk->notes[note].h = height * .6; pk->notes[note].white = 0; continue;