This commit is contained in:
2026-01-20 13:18:30 +03:00
parent 9b2fd4eff3
commit 238d501ac4
207 changed files with 30 additions and 88 deletions

View File

@@ -303,6 +303,7 @@ void DialogSettingsTray::on_btnCheckDB_clicked()
dlg.setWindowIcon(QIcon(QStringLiteral(":/resources/icons/PngServerRRJ.png")));
dlg.setWindowTitle(tr("Superuser PostgreSQL authorization"));
dlg.setWindowFlags(dlg.windowFlags() & ~Qt::WindowContextHelpButtonHint);
dlg.setMinimumWidth(350);
dlg.setStyleSheet(this->styleSheet());
dlg.setLogin("postgres");
dlg.setPassword("");