mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3521 Make different size casings take up different columns.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user