Remove an incorrect horizontal size policy

This effectively makes the horizontal size policy "minimum", which
makes it clear that there is no advantage for this widget of
increasing the horizontal size past the minimum, allowing other
GUI elements to use the horizontal space if useful.

This change for caseCB is consistent with wordsCB and searchbackCB.
This commit is contained in:
Scott Kostyshak 2015-07-02 10:14:00 -04:00
parent 2072de8349
commit 0d52736061

View File

@ -79,12 +79,6 @@
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QCheckBox" name="caseCB"> <widget class="QCheckBox" name="caseCB">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Perform a case-sensitive search</string> <string>Perform a case-sensitive search</string>
</property> </property>