13
0

mark mixer strip name label (button) as having occasional text

Sometimes it shows a track number, sometimes not, but this should never affect its size request
This commit is contained in:
Paul Davis 2016-06-14 11:48:50 -04:00
parent b5387804a4
commit 30fd6ed4de

View File

@ -295,6 +295,7 @@ MixerStrip::init ()
number_label.set_fixed_colors (0x80808080, 0x80808080);
number_label.set_alignment (.5, .5);
number_label.set_fallthrough_to_parent (true);
number_label.set_tweaks (ArdourButton::OccasionalText);
global_vpacker.set_spacing (2);
if (!ARDOUR::Profile->get_trx()) {