some ui tweaks

This commit is contained in:
DenioD
2020-05-07 22:38:19 +02:00
parent 4011c39509
commit b3d41bbb43
3 changed files with 248 additions and 53 deletions

View File

@@ -1022,9 +1022,9 @@ void MainWindow::setupchatTab() {
QIcon addContactIcon(addContact);
ui->safeContactRequest->setIcon(addContactIcon);
/*QPixmap rahmen(":/icons/res/rahmen-message.png");
QIcon addRahmenIcon(rahmen);
ui->lcdNumber->setIcon(addRahmenIcon);*/
QPixmap newAddr(":/icons/res/add_contact.png");
QIcon addnewAddrIcon(newAddr);
ui->givemeZaddr->setIcon(addnewAddrIcon);
QPixmap sendContact(":/icons/res/upload.png");
QIcon addSendContactIcon(sendContact);
@@ -1042,9 +1042,9 @@ void MainWindow::setupchatTab() {
QIcon addContactIcon(addContact);
ui->safeContactRequest->setIcon(addContact);
/*QPixmap rahmen(":/icons/res/message-icon.svg");
QIcon addRahmenIcon(rahmen);
ui->lcdNumber->setIcon(addRahmenIcon);*/
QPixmap newAddr(":/icons/res/add_contact.svg");
QIcon addnewAddrIcon(newAddr);
ui->givemeZaddr->setIcon(addnewAddrIcon);
QPixmap sendContact(":/icons/res/upload.svg");
QIcon addSendContactIcon(sendContact);