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:
Doug McLain 2008-01-06 17:36:21 +00:00
parent ea1e32c785
commit 0003ecea12

View file

@ -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;
}