]> git.lyx.org Git - features.git/commitdiff
Remove an incorrect horizontal size policy
authorScott Kostyshak <skostysh@lyx.org>
Thu, 2 Jul 2015 14:14:00 +0000 (10:14 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Thu, 2 Jul 2015 14:33:38 +0000 (10:33 -0400)
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.

src/frontends/qt4/ui/FindAndReplaceUi.ui

index da581650d2bb6167efd644ecca53418ab85b3591..ca8ef6a507950c1f5d6c0e18e0d9f75ec062dde2 100644 (file)
      <layout class="QGridLayout" name="gridLayout">
       <item row="0" column="0">
        <widget class="QCheckBox" name="caseCB">
-        <property name="sizePolicy">
-         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
-          <horstretch>0</horstretch>
-          <verstretch>0</verstretch>
-         </sizepolicy>
-        </property>
         <property name="toolTip">
          <string>Perform a case-sensitive search</string>
         </property>