mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-02 03:31:09 +00:00
Merge bitcoin-core/gui#826: OptionsDialog: Allow Maximize of window
3dbd94b6610a58460b52a6cc02892d881c091ccd GUI/OptionsDialog: Allow Maximize of window (Luke Dashjr)
Pull request description:
ACKs for top commit:
hebasto:
ACK 3dbd94b6610a58460b52a6cc02892d881c091ccd.
Tree-SHA512: 24a94840d97510ce5760c3099a765fb2f5d107d99a8f72757f509eefdaf35cb2d4d7f3243866bf6dc635fe83bb73b422e3cae2bd161d9b4b6f2e3d77bfd27353
This commit is contained in:
commit
eb85cacd29
@ -87,7 +87,7 @@ void setupFontOptions(QComboBox* cb, QLabel* preview)
|
||||
}
|
||||
|
||||
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…
x
Reference in New Issue
Block a user