mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Tweak AcceptCall dialog
This commit is contained in:
parent
e527da052b
commit
979bba6460
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ AcceptCall::AcceptCall(const QString &caller,
|
|||
|
||||
const int iconSize = 24;
|
||||
QLabel *callTypeIndicator = new QLabel(this);
|
||||
QPixmap callIndicator(":/icons/icons/ui/place-call.png");
|
||||
callTypeIndicator->setPixmap(callIndicator.scaled(iconSize * 2, iconSize * 2));
|
||||
callTypeIndicator->setPixmap(
|
||||
QIcon(":/icons/icons/ui/place-call.png").pixmap(QSize(iconSize * 2, iconSize * 2)));
|
||||
|
||||
QLabel *callTypeLabel = new QLabel("Voice Call", this);
|
||||
labelFont.setPointSizeF(f.pointSizeF() * 1.1);
|
||||
|
|
Loading…
Reference in a new issue