Browse Source

fix(ui): Use GenericChatItemWidget construction compact argument

reviewable/pr6551/r4
Anthony Bilinski 4 years ago
parent
commit
f25e855839
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 2
      src/widget/genericchatitemwidget.cpp

2
src/widget/genericchatitemwidget.cpp

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

Loading…
Cancel
Save