mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-12 00:16:10 -06:00
Set font size right for multi plots
This commit is contained in:
parent
a58d854030
commit
16f3108e64
@ -500,7 +500,8 @@ void RiuMultiPlotWindow::createPages()
|
||||
}
|
||||
// Reapply plot settings
|
||||
setPlotTitle( m_plotTitle );
|
||||
setFontSize( fontSize() );
|
||||
|
||||
setFontSize( RiaApplication::instance()->preferences()->defaultPlotFontSize() );
|
||||
setTitleVisible( m_titleVisible );
|
||||
setPreviewModeEnabled( m_previewMode );
|
||||
m_book->adjustSize();
|
||||
|
Loading…
Reference in New Issue
Block a user