mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix font size in contact list
This commit is contained in:
parent
e079a7a195
commit
98e91f90c3
|
@ -82,6 +82,8 @@ void GenericChatroomWidget::setCompact(bool _compact)
|
||||||
layout->addWidget(&statusPic);
|
layout->addWidget(&statusPic);
|
||||||
layout->addSpacing(5);
|
layout->addSpacing(5);
|
||||||
layout->activate();
|
layout->activate();
|
||||||
|
statusMessageLabel->setFont(Style::getFont(Style::Small));
|
||||||
|
nameLabel->setFont(Style::getFont(Style::Medium));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -99,6 +101,8 @@ void GenericChatroomWidget::setCompact(bool _compact)
|
||||||
layout->addWidget(&statusPic);
|
layout->addWidget(&statusPic);
|
||||||
layout->addSpacing(10);
|
layout->addSpacing(10);
|
||||||
layout->activate();
|
layout->activate();
|
||||||
|
statusMessageLabel->setFont(Style::getFont(Style::Medium));
|
||||||
|
nameLabel->setFont(Style::getFont(Style::Big));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user