Skip to content

Commit

Permalink
GUI/OptionsDialog: Allow Maximize of window
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Jul 6, 2024
1 parent bbbf89a commit 3dbd94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/optionsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <QTimer>

OptionsDialog::OptionsDialog(QWidget* parent, bool enableWallet)
: QDialog(parent, GUIUtil::dialog_flags),
: QDialog(parent, GUIUtil::dialog_flags | Qt::WindowMaximizeButtonHint),
ui(new Ui::OptionsDialog)
{
ui->setupUi(this);
Expand Down

0 comments on commit 3dbd94b

Please sign in to comment.