mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
Increase minimum size of composer legend list widget
This commit is contained in:
parent
13ac821249
commit
e695fbb9f1
@ -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">
|
||||
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user