Skip to content

Commit

Permalink
Constrain the Help button placement
Browse files Browse the repository at this point in the history
by avoiding the buttonbox expand
  • Loading branch information
DelazJ authored and m-kuhn committed Nov 9, 2017
1 parent 9f65fcd commit d8a3c67
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ui/qgsexpressionselectiondialogbase.ui
Expand Up @@ -68,6 +68,12 @@
</item>
<item row="1" column="0">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Help</set>
</property>
Expand Down

0 comments on commit d8a3c67

Please sign in to comment.