Better minimum width for well log tracks (#4824)

* Better minimum width for well log tracks

* Fix alignment of scrollbar in Well log plots
This commit is contained in:
Gaute Lindkvist
2019-10-07 08:32:34 +02:00
committed by GitHub
parent 3d3ad421dd
commit 4a4653a0df
5 changed files with 67 additions and 20 deletions

View File

@@ -1492,7 +1492,8 @@ void RimWellLogTrack::initAfterRead()
{
if ( m_showFormations_OBSOLETE() && m_regionAnnotationType() == RiuPlotAnnotationTool::NO_ANNOTATIONS )
{
m_regionAnnotationType = RiuPlotAnnotationTool::FORMATION_ANNOTATIONS;
m_regionAnnotationType = RiuPlotAnnotationTool::FORMATION_ANNOTATIONS;
m_regionAnnotationDisplay = RiuPlotAnnotationTool::DARK_LINES;
}
}