minor bugfixes about message body, automatic focus and that quirk with font becomming bigger

This commit is contained in:
Blue 2022-03-29 19:05:24 +03:00
parent 788c6ca556
commit 5f6691067a
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
5 changed files with 18 additions and 2 deletions

View file

@ -103,6 +103,7 @@ protected:
void dropEvent(QDropEvent* event) override;
void initializeOverlay();
virtual void onMessage(const Shared::Message& msg);
virtual void showEvent(QShowEvent * event) override;
protected slots:
void initiateMessageSending();