mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor : Adjust default font size
This commit is contained in:
parent
9f85975f2c
commit
c6be89b61c
@ -61,7 +61,7 @@ RimPlotWindow::RimPlotWindow()
|
||||
CAF_PDM_InitFieldNoDefault( &m_legendFontSize, "LegendDeltaFontSize", "Legend Font Size", "", "", "" );
|
||||
|
||||
m_titleFontSize = caf::FontTools::RelativeSize::XXLarge;
|
||||
m_legendFontSize = caf::FontTools::RelativeSize::Small;
|
||||
m_legendFontSize = caf::FontTools::RelativeSize::Large;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
@ -90,7 +90,7 @@ RimStatisticsPlot::RimStatisticsPlot()
|
||||
"" );
|
||||
CAF_PDM_InitField( &m_tickNumberFormat,
|
||||
"TickNumberFormat",
|
||||
caf::AppEnum<RiaNumberFormat::NumberFormatType>( RiaNumberFormat::NumberFormatType::FIXED ),
|
||||
caf::AppEnum<RiaNumberFormat::NumberFormatType>( RiaNumberFormat::NumberFormatType::AUTO ),
|
||||
"Number format",
|
||||
"",
|
||||
"",
|
||||
|
Loading…
Reference in New Issue
Block a user