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:
parent
b429e562e2
commit
f25e855839
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
GenericChatItemWidget::GenericChatItemWidget(bool compact_, QWidget* parent)
|
GenericChatItemWidget::GenericChatItemWidget(bool compact_, QWidget* parent)
|
||||||
: QFrame(parent)
|
: QFrame(parent)
|
||||||
, compact(false)
|
, compact(compact_)
|
||||||
{
|
{
|
||||||
setProperty("compact", compact_);
|
setProperty("compact", compact_);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user