From ca68cd68ae730f79bcafb4470632603864f33040 Mon Sep 17 00:00:00 2001 From: CLouDY Date: Tue, 29 Aug 2017 19:37:19 +0100 Subject: [PATCH] Changed input font text to use Medium rather than Small Small was far, far too small in a lot of cases --- src/widgets/resizingtextedit.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/resizingtextedit.hpp b/src/widgets/resizingtextedit.hpp index 42847e50f..ebb9eb107 100644 --- a/src/widgets/resizingtextedit.hpp +++ b/src/widgets/resizingtextedit.hpp @@ -34,7 +34,7 @@ protected: private: QCompleter *completer = nullptr; - FontManager::Type _font = FontManager::Small; + FontManager::Type _font = FontManager::Medium; // hadSpace is set to true in case the "textUnderCursor" word was after a space QString textUnderCursor(bool *hadSpace = nullptr) const;