Fixed positioning of the stack depth spinbox

In general debugger settings the stack depth spinbox was below the label
I moved the label into the horizontal layout with spinbox.

Change-Id: Ie91cba1d0206da4d31b6709408621c389350d46d
Merge-request: 2200
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
Jure Repinc
2011-10-05 20:13:49 +02:00
committed by Oswald Buddenhagen
parent fa4db8d045
commit b883d32cc6

View File

@@ -81,21 +81,21 @@
</property>
</widget>
</item>
<item row="8" column="0">
<widget class="QLabel" name="labelMaximalStackDepth">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Maximum stack depth:</string>
</property>
</widget>
</item>
<item row="9" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="labelMaximalStackDepth">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Maximum stack depth:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBoxMaximalStackDepth">
<property name="sizePolicy">