#852 Adjusted default minor time axis tick numers to 1

This commit is contained in:
Jacob Støren
2016-10-07 11:33:44 +02:00
parent fd97183a9e
commit e953a0a09a

View File

@@ -174,6 +174,7 @@ void RiuSummaryQwtPlot::setDefaults()
QFont xAxisFont = axisFont(QwtPlot::xBottom);
xAxisFont.setPixelSize(11);
setAxisFont(QwtPlot::xBottom, xAxisFont);
setAxisMaxMinor(QwtPlot::xBottom, 2);
QFont yAxisFont = axisFont(QwtPlot::yLeft);
yAxisFont.setPixelSize(11);