Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Constrain the feature preview widget size
and avoid it expanding
  • Loading branch information
DelazJ authored and nyalldawson committed May 4, 2020
1 parent a001adb commit 6d87c11
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/ui/qgsexpressionbuilder.ui
Expand Up @@ -499,7 +499,14 @@
</widget>
</item>
<item row="1" column="0">
<widget class="QgsExpressionPreviewWidget" name="mExpressionPreviewWidget" native="true"/>
<widget class="QgsExpressionPreviewWidget" name="mExpressionPreviewWidget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</item>
Expand Down

0 comments on commit 6d87c11

Please sign in to comment.