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> <x>0</x>
<y>0</y> <y>0</y>
<width>364</width> <width>364</width>
<height>178</height> <height>198</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <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> <number>0</number>
</property> </property>
<item> <item>
@@ -142,10 +151,20 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="0"> <item row="2" column="1">
<widget class="QCheckBox" name="bypassHooksCheckBox"> <widget class="QCheckBox" name="bypassHooksCheckBox">
<property name="text"> <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> </property>
</widget> </widget>
</item> </item>
@@ -155,7 +174,7 @@
</layout> </layout>
</widget> </widget>
<resources> <resources>
<include location="../projectexplorer/projectexplorer.qrc"/> <include location="../coreplugin/core.qrc"/>
</resources> </resources>
<connections/> <connections/>
</ui> </ui>