mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
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:
parent
f26cfdd92b
commit
ca68cd68ae
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue