[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 {
|
enum FontSize {
|
||||||
MinFontSize = -5,
|
MinFontSize = -5,
|
||||||
DefaultFontSize = 0,
|
DefaultFontSize = 0,
|
||||||
MaxFontSize = 5
|
MaxFontSize = 10
|
||||||
};
|
};
|
||||||
|
|
||||||
explicit BooksSettings(QObject* aParent = NULL);
|
explicit BooksSettings(QObject* aParent = NULL);
|
||||||
|
|
Loading…
Reference in a new issue