Browse Source

fix stag png

pull/130/head
DenioD 4 years ago
parent
commit
5a8d8c7421
  1. 2
      src/contactrequest.ui
  2. 2
      src/mainwindow.cpp

2
src/contactrequest.ui

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

2
src/mainwindow.cpp

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

Loading…
Cancel
Save