mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Improve plot titles and layout adjustments
This commit is contained in:
@@ -46,7 +46,7 @@ RiuPlotWidget::RiuPlotWidget( RimPlot* plotDefinition, QWidget* parent )
|
||||
: QWidget( parent )
|
||||
, m_plotDefinition( plotDefinition )
|
||||
, m_overlayMargins( 5 )
|
||||
, m_plotTitle( "" )
|
||||
, m_plotTitleText( "" )
|
||||
, m_plotTitleEnabled( true )
|
||||
{
|
||||
}
|
||||
@@ -107,7 +107,7 @@ int RiuPlotWidget::rowSpan() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
const QString& RiuPlotWidget::plotTitle() const
|
||||
{
|
||||
return m_plotTitle;
|
||||
return m_plotTitleText;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user