From a3f4c6da0d774ac57fc3dcc9a4bfa3056a8fa1b2 Mon Sep 17 00:00:00 2001 From: BojanKverh Date: Sat, 30 Jul 2016 12:48:18 +0200 Subject: [PATCH] Set maximal font size back to 128 --HG-- branch : feature --- src/libs/vlayout/vtextmanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/vlayout/vtextmanager.h b/src/libs/vlayout/vtextmanager.h index e2f18e254..aea6741ab 100644 --- a/src/libs/vlayout/vtextmanager.h +++ b/src/libs/vlayout/vtextmanager.h @@ -9,7 +9,7 @@ #include "../ifc/xml/vabstractpattern.h" #define MIN_FONT_SIZE 12 -#define MAX_FONT_SIZE 1024 +#define MAX_FONT_SIZE 128 /** * @brief The TextLine struct holds the information about one text line