mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
wizard: add missing CommitButton to layout
This commit is contained in:
parent
a855c9eee6
commit
cc307b1e49
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ WalletWizard::WalletWizard(QWidget *parent)
|
|||
layout << QWizard::BackButton;
|
||||
layout << QWizard::NextButton;
|
||||
layout << QWizard::FinishButton;
|
||||
layout << QWizard::CommitButton;
|
||||
this->setButtonLayout(layout);
|
||||
|
||||
auto *settingsButton = new QPushButton("Settings", this);
|
||||
|
|
Loading…
Reference in a new issue