13
0

tweak alignment of meterbridge number-labels

This commit is contained in:
Robin Gareus 2013-07-08 17:58:52 +02:00
parent 6aecd192ce
commit 5cdf478f19

View File

@ -406,7 +406,7 @@ MeterStrip::set_metric_mode (int metricmode)
void
MeterStrip::set_pos (int pos)
{
number_label.set_alignment(1.0, pos%2 ? .2 : .8 );
number_label.set_alignment(1.0, pos%2 ? .25 : .75 );
}
gint