]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
fix resize bug?
authorgg <chown_tee@proton.me>
Sat, 10 Jan 2026 09:37:11 +0000 (04:37 -0500)
committergg <chown_tee@proton.me>
Sat, 10 Jan 2026 09:37:11 +0000 (04:37 -0500)
src/dialog/TxImportDialog.cpp

index 1473311f23124eb8e77e69bac4d5afd6b86fda8d..56b2befce6a258fc80ed5e9737022106354a5cda 100644 (file)
@@ -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() {