1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 22:45:05 -04:00

Scale engine: add one more space to avoid horizontal scale figure collision

This commit is contained in:
f4exb
2018-05-07 01:04:34 +02:00
parent 97677075b1
commit c9e14d1f2d
+1 -1
View File
@@ -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()