From: gg Date: Sat, 10 Jan 2026 09:37:11 +0000 (-0500) Subject: fix resize bug? X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=c7f88c3854c1fea88ee356d7c38d5b6944571ea9;p=gamesguru%2Ffeather.git fix resize bug? --- diff --git a/src/dialog/TxImportDialog.cpp b/src/dialog/TxImportDialog.cpp index 1473311f..56b2befc 100644 --- a/src/dialog/TxImportDialog.cpp +++ b/src/dialog/TxImportDialog.cpp @@ -18,6 +18,7 @@ TxImportDialog::TxImportDialog(QWidget *parent, Wallet *wallet) connect(ui->btn_import, &QPushButton::clicked, this, &TxImportDialog::onImport); this->adjustSize(); + this->layout()->setSizeConstraint(QLayout::SetFixedSize); } void TxImportDialog::onImport() {