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:
@@ -40,6 +40,7 @@ class RiaFontCache
|
||||
public:
|
||||
enum FontSize
|
||||
{
|
||||
INVALID = -1,
|
||||
MIN_FONT_SIZE = 8,
|
||||
FONT_SIZE_8 = 8,
|
||||
FONT_SIZE_10 = 10,
|
||||
|
||||
Reference in New Issue
Block a user