Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Increase minimum size of composer legend list widget
(cherry picked from commit e695fbb)
  • Loading branch information
nyalldawson authored and jef-n committed Mar 26, 2016
1 parent 1bb98d6 commit 5dc9551
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/ui/composer/qgscomposerlegendwidgetbase.ui
Expand Up @@ -63,9 +63,9 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-334</y>
<y>0</y>
<width>375</width>
<height>1306</height>
<height>1478</height>
</rect>
</property>
<layout class="QVBoxLayout" name="mainLayout">
Expand Down Expand Up @@ -210,6 +210,12 @@
</item>
<item>
<widget class="QgsLayerTreeView" name="mItemTreeView">
<property name="minimumSize">
<size>
<width>0</width>
<height>250</height>
</size>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ContiguousSelection</enum>
</property>
Expand Down

0 comments on commit 5dc9551

Please sign in to comment.