Fixed location of widgets in TDEFileReplace. This relates to bug 1238.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 9 years ago
parent fa5415f3b0
commit 08d91f5570

@ -254,7 +254,7 @@
<string></string>
</property>
</widget>
<hbox row="2" column="0">
<hbox row="2" column="0" colspan="3">
<widget class="TQCheckBox">
<property name="name">
<cstring>m_chbIncludeSubfolders</cstring>
@ -287,7 +287,24 @@
<property name="maxValue">
<number>255</number>
</property>
<property name="sizePolicy">
<sizepolicy>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer1</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
</spacer>
</hbox>
</grid>
</widget>

Loading…
Cancel
Save