[app] Allow larger fonts
This commit is contained in:
parent
87ebcecd28
commit
36a1bcad0c
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public:
|
|||
enum FontSize {
|
||||
MinFontSize = -5,
|
||||
DefaultFontSize = 0,
|
||||
MaxFontSize = 5
|
||||
MaxFontSize = 10
|
||||
};
|
||||
|
||||
explicit BooksSettings(QObject* aParent = NULL);
|
||||
|
|
Loading…
Reference in a new issue