VCS: Make General options page look more uniform

Task-number: QTCREATORBUG-11411

Change-Id: I0c2f2ec9cfb45aea7861b2f594cbc84b973db68d
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2014-02-06 16:49:10 +01:00
parent f413ff0bc4
commit b684f0afb5

View File

@@ -102,38 +102,6 @@ name &lt;email&gt; alias &lt;email&gt;</string>
<item row="4" column="1">
<widget class="Utils::PathChooser" name="nickNameFieldsFileChooser" native="true"/>
</item>
<item row="5" column="1">
<widget class="Utils::PathChooser" name="sshPromptChooser" native="true"/>
</item>
<item row="6" column="0" colspan="2">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::MinimumExpanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
<item row="7" column="0">
<widget class="QLabel" name="patchCommandLabel">
<property name="text">
<string>&amp;Patch command:</string>
</property>
<property name="buddy">
<cstring>patchChooser</cstring>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="Utils::PathChooser" name="patchChooser" native="true"/>
</item>
<item row="5" column="0">
<widget class="QLabel" name="sshPromptLabel">
<property name="toolTip">
@@ -148,6 +116,22 @@ should a repository require SSH-authentication (see documentation on SSH and the
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="Utils::PathChooser" name="sshPromptChooser" native="true"/>
</item>
<item row="6" column="0">
<widget class="QLabel" name="patchCommandLabel">
<property name="text">
<string>&amp;Patch command:</string>
</property>
<property name="buddy">
<cstring>patchChooser</cstring>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="Utils::PathChooser" name="patchChooser" native="true"/>
</item>
</layout>
</widget>
<customwidgets>