From e2ec9b03f2907986d0962caaf6f959037f812d89 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 15 Nov 2010 12:06:09 +0100 Subject: [PATCH] VCS[git]: Fix change dialog. --- src/plugins/git/changeselectiondialog.cpp | 1 + src/plugins/git/changeselectiondialog.ui | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/plugins/git/changeselectiondialog.cpp b/src/plugins/git/changeselectiondialog.cpp index 654ac5dcf84..2aae1679ad3 100644 --- a/src/plugins/git/changeselectiondialog.cpp +++ b/src/plugins/git/changeselectiondialog.cpp @@ -39,6 +39,7 @@ ChangeSelectionDialog::ChangeSelectionDialog(QWidget *parent) : QDialog(parent) { m_ui.setupUi(this); + setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint); connect(m_ui.repositoryButton, SIGNAL(clicked()), this, SLOT(selectWorkingDirectory())); setWindowTitle(tr("Select a Git Commit")); } diff --git a/src/plugins/git/changeselectiondialog.ui b/src/plugins/git/changeselectiondialog.ui index b2f368e6869..704596b3a85 100644 --- a/src/plugins/git/changeselectiondialog.ui +++ b/src/plugins/git/changeselectiondialog.ui @@ -6,13 +6,13 @@ 0 0 - 327 - 91 + 359 + 115 - QLayout::SetMinAndMaxSize + QLayout::SetDefaultConstraint