mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Improve canvas top alignment in well log plots
This commit is contained in:
@@ -694,7 +694,7 @@ void RimWellLogTrack::updateXAxisAndGridTickIntervals()
|
||||
if ( emptyRange )
|
||||
{
|
||||
m_plotWidget->enableGridLines( QwtPlot::xTop, false, false );
|
||||
m_plotWidget->setAxisRange( QwtPlot::xTop, 0.0, 0.0 );
|
||||
m_plotWidget->setAxisRange( QwtPlot::xTop, 0.0, 1.0 );
|
||||
m_plotWidget->setAxisLabelsAndTicksEnabled( QwtPlot::xTop, false );
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user