mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-10 10:33:29 -05:00
Scale engine: add one more space to avoid horizontal scale figure collision
This commit is contained in:
parent
97677075b1
commit
c9e14d1f2d
@ -297,7 +297,7 @@ int ScaleEngine::calcTickTextSize()
|
||||
|
||||
calcMajorTickUnits((m_rangeMax - m_rangeMin) / m_scale, &decimalPlaces);
|
||||
|
||||
return tickLen + decimalPlaces + 1;
|
||||
return tickLen + decimalPlaces + 2;
|
||||
}
|
||||
|
||||
void ScaleEngine::forceTwoTicks()
|
||||
|
Loading…
Reference in New Issue
Block a user