mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge eb85cacd29 into merged_master (Bitcoin PR bitcoin/bitcoin#826)
This commit is contained in:
commit
34e68e58fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue