Skip to content

Commit

Permalink
Increase minimum size of composer legend list widget
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 1, 2016
1 parent 13ac821 commit e695fbb
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 e695fbb

Please sign in to comment.