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;