Minor improvements to well log track layout

This commit is contained in:
Gaute Lindkvist
2020-01-16 15:34:14 +01:00
parent 1095165a64
commit c72532eb4e
3 changed files with 5 additions and 2 deletions

View File

@@ -74,6 +74,8 @@ RiuQwtPlotWidget::RiuQwtPlotWidget( RimPlot* plotDefinition, QWidget* parent )
this->installEventFilter( this );
this->canvas()->installEventFilter( this );
this->setSizePolicy( QSizePolicy::MinimumExpanding, QSizePolicy::MinimumExpanding );
}
//--------------------------------------------------------------------------------------------------