Skip to content

Commit 8d3e3a4

Browse files
committedMar 7, 2016
Expand height of svg image list in composer picture widget
1 parent 8c0230f commit 8d3e3a4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed
 

‎src/ui/composer/qgscomposerpicturewidgetbase.ui

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
<property name="geometry">
6161
<rect>
6262
<x>0</x>
63-
<y>-127</y>
63+
<y>0</y>
6464
<width>314</width>
65-
<height>683</height>
65+
<height>805</height>
6666
</rect>
6767
</property>
6868
<layout class="QVBoxLayout" name="mainLayout">
@@ -254,6 +254,12 @@
254254
</item>
255255
<item>
256256
<widget class="QListWidget" name="mPreviewListWidget">
257+
<property name="minimumSize">
258+
<size>
259+
<width>0</width>
260+
<height>200</height>
261+
</size>
262+
</property>
257263
<property name="showDropIndicator" stdset="0">
258264
<bool>false</bool>
259265
</property>

0 commit comments

Comments
 (0)