Skip to content

Commit

Permalink
Allow Maximizing Settings Window
Browse files Browse the repository at this point in the history
Signed-off-by: Elsie Hupp <[email protected]>
  • Loading branch information
elsiehupp committed May 8, 2021
1 parent e0dd06b commit 068ca41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/settingsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ SettingsDialog::SettingsDialog(ownCloudGui *gui, QWidget *parent)

customizeStyle();

setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint & Qt::Window);
cfg.restoreGeometry(this);
}

Expand Down

0 comments on commit 068ca41

Please sign in to comment.