Skip to content

Commit

Permalink
Widen the diagram Size Legend Preview frame
Browse files Browse the repository at this point in the history
This should allow more visibility of the previewed symbols and texts.
Also avoids the left part of the dialog to needlessly expand while the information is at right.

(cherry picked from commit e936cd7)
  • Loading branch information
DelazJ committed May 10, 2018
1 parent 20cf1d5 commit 5d6e08f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ui/qgsdatadefinedsizelegendwidget.ui
Expand Up @@ -148,6 +148,12 @@
</item>
<item>
<widget class="QTreeView" name="viewLayerTree">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="headerHidden">
<bool>true</bool>
</property>
Expand Down

0 comments on commit 5d6e08f

Please sign in to comment.