Skip to content

Commit 5dc9551

Browse files
nyalldawsonjef-n
authored andcommitted
Increase minimum size of composer legend list widget
(cherry picked from commit e695fbb)
1 parent 1bb98d6 commit 5dc9551

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/ui/composer/qgscomposerlegendwidgetbase.ui

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
<property name="geometry">
6464
<rect>
6565
<x>0</x>
66-
<y>-334</y>
66+
<y>0</y>
6767
<width>375</width>
68-
<height>1306</height>
68+
<height>1478</height>
6969
</rect>
7070
</property>
7171
<layout class="QVBoxLayout" name="mainLayout">
@@ -210,6 +210,12 @@
210210
</item>
211211
<item>
212212
<widget class="QgsLayerTreeView" name="mItemTreeView">
213+
<property name="minimumSize">
214+
<size>
215+
<width>0</width>
216+
<height>250</height>
217+
</size>
218+
</property>
213219
<property name="selectionMode">
214220
<enum>QAbstractItemView::ContiguousSelection</enum>
215221
</property>

0 commit comments

Comments
 (0)