mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Create new registry variables for the font sizes to reflect they are now point sizes and not just enum values
This commit is contained in:
@@ -209,4 +209,9 @@ private:
|
||||
caf::PdmField<caf::FilePath> m_defaultPlotTemplate;
|
||||
|
||||
QStringList m_tabNames;
|
||||
|
||||
caf::PdmField<FontSizeType> m_defaultSceneFontSize_OBSOLETE;
|
||||
caf::PdmField<FontSizeType> m_defaultWellLabelFontSize_OBSOLETE;
|
||||
caf::PdmField<FontSizeType> m_defaultAnnotationFontSize_OBSOLETE;
|
||||
caf::PdmField<FontSizeType> m_defaultPlotFontSize_OBSOLETE;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user