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) ...@@ -39,6 +39,7 @@ ChangeSelectionDialog::ChangeSelectionDialog(QWidget *parent)
: QDialog(parent) : QDialog(parent)
{ {
m_ui.setupUi(this); m_ui.setupUi(this);
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
connect(m_ui.repositoryButton, SIGNAL(clicked()), this, SLOT(selectWorkingDirectory())); connect(m_ui.repositoryButton, SIGNAL(clicked()), this, SLOT(selectWorkingDirectory()));
setWindowTitle(tr("Select a Git Commit")); setWindowTitle(tr("Select a Git Commit"));
} }
......
...@@ -6,13 +6,13 @@ ...@@ -6,13 +6,13 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>327</width> <width>359</width>
<height>91</height> <height>115</height>
</rect> </rect>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout">
<property name="sizeConstraint"> <property name="sizeConstraint">
<enum>QLayout::SetMinAndMaxSize</enum> <enum>QLayout::SetDefaultConstraint</enum>
</property> </property>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label"> <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