mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-26 13:08:48 +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;
|
const int iconSize = 24;
|
||||||
QLabel *callTypeIndicator = new QLabel(this);
|
QLabel *callTypeIndicator = new QLabel(this);
|
||||||
QPixmap callIndicator(":/icons/icons/ui/place-call.png");
|
callTypeIndicator->setPixmap(
|
||||||
callTypeIndicator->setPixmap(callIndicator.scaled(iconSize * 2, iconSize * 2));
|
QIcon(":/icons/icons/ui/place-call.png").pixmap(QSize(iconSize * 2, iconSize * 2)));
|
||||||
|
|
||||||
QLabel *callTypeLabel = new QLabel("Voice Call", this);
|
QLabel *callTypeLabel = new QLabel("Voice Call", this);
|
||||||
labelFont.setPointSizeF(f.pointSizeF() * 1.1);
|
labelFont.setPointSizeF(f.pointSizeF() * 1.1);
|
||||||
|
|
Loading…
Reference in a new issue