mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove preview plot title
This commit is contained in:
parent
9d21faf38c
commit
243b07c42f
@ -148,16 +148,6 @@ QWidget* RicSummaryPlotEditorWidgetCreator::createWidget( QWidget* parent )
|
|||||||
m_lowerRightLayout->setContentsMargins( 0, 0, 0, 0 );
|
m_lowerRightLayout->setContentsMargins( 0, 0, 0, 0 );
|
||||||
m_secondRowLayout->addLayout( m_lowerRightLayout );
|
m_secondRowLayout->addLayout( m_lowerRightLayout );
|
||||||
|
|
||||||
{
|
|
||||||
auto label = new QLabel( "Plot Preview" );
|
|
||||||
label->setAlignment( Qt::AlignCenter );
|
|
||||||
auto font = label->font();
|
|
||||||
font.setPixelSize( 20 );
|
|
||||||
label->setFont( font );
|
|
||||||
|
|
||||||
m_lowerRightLayout->insertWidget( 0, label );
|
|
||||||
}
|
|
||||||
|
|
||||||
m_firstColumnSplitter = new QSplitter( Qt::Vertical );
|
m_firstColumnSplitter = new QSplitter( Qt::Vertical );
|
||||||
m_firstColumnSplitter->setContentsMargins( 0, 0, 0, 0 );
|
m_firstColumnSplitter->setContentsMargins( 0, 0, 0, 0 );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user