Skip to content
Snippets Groups Projects
Commit e2ec9b03 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

VCS[git]: Fix change dialog.

parent 3b177fac
No related branches found
No related tags found
No related merge requests found
......@@ -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"));
}
......
......@@ -6,13 +6,13 @@
<rect>
<x>0</x>
<y>0</y>
<width>327</width>
<height>91</height>
<width>359</width>
<height>115</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="sizeConstraint">
<enum>QLayout::SetMinAndMaxSize</enum>
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment