mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Use user's font in chat input (#135)
This commit is contained in:
parent
f51372102e
commit
37571ae613
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ ChatWidgetInput::ChatWidgetInput(ChatWidget *_chatWidget, EmoteManager &emoteMan
|
|||
this->hbox.addLayout(&this->editContainer);
|
||||
this->hbox.addLayout(&this->vbox);
|
||||
|
||||
this->textInput.setFont(FontManager::getInstance().getFont(FontManager::Type::Medium));
|
||||
|
||||
this->editContainer.addWidget(&this->textInput);
|
||||
this->editContainer.setMargin(4);
|
||||
|
||||
|
|
Loading…
Reference in a new issue