mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
mark "Label Buttons" as inactive
This commit is contained in:
parent
78b9f65632
commit
65287a6f09
3 changed files with 4 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ RouteTimeAxisView::RouteTimeAxisView (PublicEditor& ed, Session* sess, ArdourCan
|
|||
, _ignore_set_layer_display (false)
|
||||
{
|
||||
number_label.set_name("route button");
|
||||
number_label.set_elements((ArdourButton::Element)(ArdourButton::Edge|ArdourButton::Body|ArdourButton::Text|ArdourButton::Inactive));
|
||||
number_label.set_alignment(.5, .5);
|
||||
number_label.set_fallthrough_to_parent (true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue