pixelSize -> pointSize

This commit is contained in:
Konstantinos Sideris 2017-05-22 00:08:33 +03:00
parent 23431362d9
commit 0e04e4d00e
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ void RoomInfoListItem::paintEvent(QPaintEvent *event)
p.drawEllipse(avatarRegion.center(), IconSize / 2, IconSize / 2);
font.setPixelSize(13);
font.setPointSize(13);
p.setFont(font);
p.setPen(QColor("#333"));
p.setBrush(Qt::NoBrush);