mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
return the width request to its orginal size now that the meter drawing over the fader is fixed
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2832 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ea1e32c785
commit
0003ecea12
1 changed files with 1 additions and 1 deletions
|
|
@ -456,7 +456,7 @@ MixerStrip::set_width (Width w, void* owner)
|
|||
((Gtk::Label*)panners.pan_automation_style_button.get_child())->set_text (panners.short_astyle_string(_route->panner().automation_style()));
|
||||
((Gtk::Label*)panners.pan_automation_state_button.get_child())->set_text (panners.short_astate_string(_route->panner().automation_state()));
|
||||
Gtkmm2ext::set_size_request_to_display_given_text (name_button, "longest label", 2, 2);
|
||||
set_size_request (max (60, gpm.get_gm_width()), -1);
|
||||
set_size_request (max (50, gpm.get_gm_width()), -1);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue