fix stag png

This commit is contained in:
DenioD
2020-05-04 20:23:08 +02:00
parent dc61bb38c7
commit 5a8d8c7421
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
</property> </property>
<property name="icon"> <property name="icon">
<iconset> <iconset>
<activeon>:/icons/res/Hirsch.png</activeon> <activeon>:/icons/res/Stag.png</activeon>
</iconset> </iconset>
</property> </property>
</item> </item>

View File

@@ -40,7 +40,7 @@ MainWindow::MainWindow(QWidget *parent) :
ui->setupUi(this); ui->setupUi(this);
ui->request->setChecked(true); ui->request->setChecked(false);
logger = new Logger(this, QDir(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation)).filePath("silentdragonlite-wallet.log")); logger = new Logger(this, QDir(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation)).filePath("silentdragonlite-wallet.log"));
ui->memoTxtChat->setAutoFillBackground(false); ui->memoTxtChat->setAutoFillBackground(false);
ui->memoTxtChat->setPlaceholderText("Send Message"); ui->memoTxtChat->setPlaceholderText("Send Message");