Fix #217: create space for checkmark beforehand

This commit is contained in:
Chris Tarazi 2018-02-04 17:22:55 -08:00
parent 20f65aee5d
commit a15079c68f
No known key found for this signature in database
GPG key ID: 746C4A065572CA6B
2 changed files with 11 additions and 5 deletions

View file

@ -137,6 +137,7 @@ private:
QFont font_;
QLabel *timestamp_;
QLabel *checkmark_;
QLabel *userName_;
QLabel *body_;
};