Changed input font text to use Medium rather than Small

Small was far, far too small in a lot of cases
This commit is contained in:
CLouDY 2017-08-29 19:37:19 +01:00
parent f26cfdd92b
commit ca68cd68ae

View file

@ -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;