summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-04 03:09:38 +0200
committerRobin Gareus <robin@gareus.org>2014-09-04 03:09:38 +0200
commitdea4b27ca617876ad0b4d0c7a8e14858bc75d999 (patch)
treee9da4425d9b9552bc3d7036bc381f39bf77481f9 /gtk2_ardour/time_axis_view.cc
parent98404c6e623da82f19c813497517be3326780234 (diff)
update number label geometry
the number label can be significantly wider than other ctrl buttons and does not lend itself or be 'square'.
Diffstat (limited to 'gtk2_ardour/time_axis_view.cc')
-rw-r--r--gtk2_ardour/time_axis_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/time_axis_view.cc b/gtk2_ardour/time_axis_view.cc
index 31b5e2f145..a30e024f9a 100644
--- a/gtk2_ardour/time_axis_view.cc
+++ b/gtk2_ardour/time_axis_view.cc
@@ -135,7 +135,7 @@ TimeAxisView::TimeAxisView (ARDOUR::Session* sess, PublicEditor& ed, TimeAxisVie
name_hbox.pack_end (name_label, true, true);
// set min. track-header width if fader is not visible
- name_hbox.set_size_request(name_width_px, 0);
+ name_hbox.set_size_request(name_width_px, -1);
name_hbox.show ();
name_label.show ();