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 <9206310+elsiehupp@users.noreply.github.com>
  • Loading branch information
elsiehupp committed Mar 25, 2021
1 parent 99309ab commit ff861b1
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 ff861b1

Please sign in to comment.