mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
pixelSize -> pointSize
This commit is contained in:
parent
23431362d9
commit
0e04e4d00e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue