13
0

Label solo iso / solo lock buttons even on narrow strips

(#4476).


git-svn-id: svn://localhost/ardour2/branches/3.0@10647 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-16 17:09:17 +00:00
parent a391ef5ba4
commit 7496295930

View File

@ -645,8 +645,8 @@ MixerStrip::set_width_enum (Width w, void* owner)
panners.short_astate_string(_route->panner()->automation_state()));
}
solo_isolated_led->set_text ("");
solo_safe_led->set_text ("");
solo_isolated_led->set_text ("i");
solo_safe_led->set_text ("l");
Gtkmm2ext::set_size_request_to_display_given_text (name_button, longest_label.c_str(), 2, 2);
set_size_request (max (50, gpm.get_gm_width()), -1);