From b4fce626515ed6de504c1fbb7c1c5070e8b2e994 Mon Sep 17 00:00:00 2001 From: nick_m Date: Tue, 5 Apr 2016 03:58:04 +1000 Subject: Tempo ramps - newline fix. --- gtk2_ardour/tempo_dialog.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/tempo_dialog.cc') diff --git a/gtk2_ardour/tempo_dialog.cc b/gtk2_ardour/tempo_dialog.cc index 7f79cf3354..3759d0dfca 100644 --- a/gtk2_ardour/tempo_dialog.cc +++ b/gtk2_ardour/tempo_dialog.cc @@ -209,6 +209,7 @@ TempoDialog::init (const Timecode::BBT_Time& when, double bpm, double note_type, Label* tempo_type_label = manage (new Label(_("Tempo Type:"), ALIGN_LEFT, ALIGN_CENTER)); table->attach (*tempo_type_label, 0, 1, row, row + 1); table->attach (tempo_type, 1, 2, row, row + 2); + get_vbox()->set_border_width (12); get_vbox()->pack_end (*table); -- cgit v1.2.3