mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
set profile picture to contact_dark.png
This commit is contained in:
parent
76e5876f0a
commit
bb214b53f7
|
@ -113,7 +113,7 @@ Widget::Widget(QWidget *parent)
|
|||
isWindowMinimized = 0;
|
||||
|
||||
profilePicture = new MaskablePixmapWidget(this, QSize(40,40), ":/img/avatar_mask.png");
|
||||
profilePicture->setPixmap(QPixmap(":/img/avatar.png"));
|
||||
profilePicture->setPixmap(QPixmap(":/img/contact_dark.png"));
|
||||
ui->horizontalLayout_3->insertWidget(0,profilePicture);
|
||||
|
||||
ui->mainContent->setLayout(new QVBoxLayout());
|
||||
|
|
Loading…
Reference in New Issue
Block a user