mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
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:
parent
2072de8349
commit
0d52736061
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user