mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
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:
parent
b5387804a4
commit
30fd6ed4de
1 changed files with 1 additions and 0 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue