mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 01:45:55 +08:00
Settings: Fix Extra Small Font size string
This commit is contained in:
@ -76,7 +76,7 @@ class Settings {
|
||||
}
|
||||
|
||||
class NoteFontSize {
|
||||
static const ExtraSmall = NoteFontSize("ExtraSmall", "Small", 12.0);
|
||||
static const ExtraSmall = NoteFontSize("ExtraSmall", "Extra Small", 12.0);
|
||||
static const Small = NoteFontSize("Small", "Small", 16.0);
|
||||
static const Normal = NoteFontSize("Normal", "Normal", 18.0);
|
||||
static const Large = NoteFontSize("Large", "Large", 22.0);
|
||||
|
Reference in New Issue
Block a user