mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Give Advanced Find a minimum size
The horizontal size policy is now set to "MinimumExpanding", which means that sizeHint() is enforced as a minimum, but that the widget can make use of extra available space. Before, the size policy was ignored, and often resulted in a scrunched pane that had to have its size manually increased.
This commit is contained in:
parent
8f1b7f47fa
commit
6c3a6ea9bd
@ -11,7 +11,7 @@
|
|||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Ignored">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
|
Loading…
Reference in New Issue
Block a user