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

pull/177/head
f4exb 2018-05-07 01:04:34 +02:00
rodzic 97677075b1
commit c9e14d1f2d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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()