mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 06:52:36 +01:00
GUI/OptionsDialog: Allow Maximize of window
This commit is contained in:
parent
bbbf89a9de
commit
3dbd94b661
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue