Fix placement of Bypass hooks checkbox

Make it aligned to other labels.

Task-number: QTCREATORBUG-7202
Change-Id: I333f34d93fba8c8b6cf461f8ab1d9c26eeda20e7
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Daniel Teske
2014-08-07 15:24:10 +02:00
parent 85fff52937
commit fd18503ef2

View File

@@ -7,11 +7,20 @@
<x>0</x>
<y>0</y>
<width>364</width>
<height>178</height>
<height>198</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
@@ -142,10 +151,20 @@
</property>
</widget>
</item>
<item row="2" column="0">
<item row="2" column="1">
<widget class="QCheckBox" name="bypassHooksCheckBox">
<property name="text">
<string>By&amp;pass hooks</string>
<string/>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>By&amp;pass hooks:</string>
</property>
<property name="buddy">
<cstring>bypassHooksCheckBox</cstring>
</property>
</widget>
</item>
@@ -155,7 +174,7 @@
</layout>
</widget>
<resources>
<include location="../projectexplorer/projectexplorer.qrc"/>
<include location="../coreplugin/core.qrc"/>
</resources>
<connections/>
</ui>