#3521 Make different size casings take up different columns.

This commit is contained in:
Gaute Lindkvist
2018-10-18 20:11:00 +02:00
parent 8e5e58037c
commit e3b7cc0558
3 changed files with 78 additions and 29 deletions

View File

@@ -1034,7 +1034,7 @@ void RimWellLogTrack::applyXZoomFromVisibleRange()
double componentRangeMin = -0.25;
if (m_showWellPathComponentsBothSides)
{
componentRangeMin = -1.0;
componentRangeMin = -1.5;
}
m_wellLogTrackPlotWidget->setXRange(componentRangeMin, componentRangeMax, QwtPlot::xBottom);