13
0

Use capital L for solo safe button in narrow strips and

internationalise small button strings.


git-svn-id: svn://localhost/ardour2/branches/3.0@10653 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-16 22:26:41 +00:00
parent ccc5467bca
commit 63ed921cc6

View File

@ -647,8 +647,8 @@ MixerStrip::set_width_enum (Width w, void* owner)
panners.short_astate_string(_route->panner()->automation_state()));
}
solo_isolated_led->set_text ("i");
solo_safe_led->set_text ("l");
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);