Merge branch 'dev' of https://github.com/OPM/ResInsight into dev

This commit is contained in:
Pål Hagen 2015-09-03 12:02:30 +02:00
commit c7f9716468

View File

@ -82,6 +82,8 @@ void RiuWellLogTracePlot::setDefaults()
// Align the canvas with the actual min and max values of the curves
axisScaleEngine(QwtPlot::xTop)->setAttribute(QwtScaleEngine::Floating, true);
axisScaleEngine(QwtPlot::yLeft)->setAttribute(QwtScaleEngine::Floating, true);
setAxisScale(QwtPlot::yLeft, 1000, 0);
setAxisScale(QwtPlot::xTop, -10, 100);
}
//--------------------------------------------------------------------------------------------------