Skip to content
Snippets Groups Projects
Commit 979bba64 authored by trilene's avatar trilene
Browse files

Tweak AcceptCall dialog

parent e527da05
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment