1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(ui): Use GenericChatItemWidget construction compact argument

This commit is contained in:
Anthony Bilinski 2022-03-10 21:18:29 -08:00
parent b429e562e2
commit f25e855839
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -25,7 +25,7 @@
GenericChatItemWidget::GenericChatItemWidget(bool compact_, QWidget* parent)
: QFrame(parent)
, compact(false)
, compact(compact_)
{
setProperty("compact", compact_);