diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-05-22 00:08:33 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-05-22 00:08:33 +0300 |
commit | 0e04e4d00eb766f6d05ba618c4cf37a9a9b3e0c9 (patch) | |
tree | 79f1cd0dbbc5a2640c7bc6d23d3372003fd7e214 /src/RoomInfoListItem.cc | |
parent | Properly quit app on tray icon's action (diff) | |
download | nheko-0e04e4d00eb766f6d05ba618c4cf37a9a9b3e0c9.tar.xz |
pixelSize -> pointSize
Diffstat (limited to '')
-rw-r--r-- | src/RoomInfoListItem.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RoomInfoListItem.cc b/src/RoomInfoListItem.cc index 61b115d6..9385f927 100644 --- a/src/RoomInfoListItem.cc +++ b/src/RoomInfoListItem.cc @@ -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); |