Skip to content

Commit

Permalink
Remove useless context help button
Browse files Browse the repository at this point in the history
  • Loading branch information
Hussam Eddin Alhomsi committed May 6, 2018
1 parent 2c14e1a commit 8689e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/SetupDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ SetupDialog::SetupDialog(ConfigTabs tab_to_open) :
m_themeDir(QDir::toNativeSeparators(ConfigManager::inst()->themeDir())),
m_backgroundPicFile(QDir::toNativeSeparators(ConfigManager::inst()->backgroundPicFile()))
{
setWindowIcon(
embed::getIconPixmap("setup_general"));
setWindowIcon(embed::getIconPixmap("setup_general"));
setWindowTitle(tr("Settings"));
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
setModal(true);
setFixedSize(454, 400);

Expand Down

0 comments on commit 8689e51

Please sign in to comment.