summaryrefslogtreecommitdiff
path: root/gtk2_ardour/tempo_dialog.cc
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-04-05 03:58:04 +1000
committernick_m <mainsbridge@gmail.com>2016-05-27 23:38:14 +1000
commitb4fce626515ed6de504c1fbb7c1c5070e8b2e994 (patch)
tree6f1d44739041b10ee685f101effbee9fd2c26f4f /gtk2_ardour/tempo_dialog.cc
parenta117960480c42b9c89565d104013f040154d4130 (diff)
Tempo ramps - newline fix.
Diffstat (limited to 'gtk2_ardour/tempo_dialog.cc')
-rw-r--r--gtk2_ardour/tempo_dialog.cc1
1 files changed, 1 insertions, 0 deletions
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);