mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-17 02:46:15 +01:00
set size request for automation lane name label, to prevent it from changing tracker header width
This commit is contained in:
parent
f26dd1f13d
commit
be2322ef2b
1 changed files with 1 additions and 0 deletions
|
|
@ -227,6 +227,7 @@ AutomationTimeAxisView::AutomationTimeAxisView (
|
|||
name_label.set_alignment (Gtk::ALIGN_LEFT, Gtk::ALIGN_CENTER);
|
||||
name_label.set_name (X_("TrackParameterName"));
|
||||
name_label.set_ellipsize (Pango::ELLIPSIZE_END);
|
||||
set_size_request_to_display_given_text (name_label, X_("mmmm"), 0, 0); /* "4em" width, will expand as possible */
|
||||
|
||||
/* add the buttons */
|
||||
controls_table.set_border_width (1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue