Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Expand height of svg image list in composer picture widget
  • Loading branch information
nyalldawson committed Mar 7, 2016
1 parent 8c0230f commit 8d3e3a4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/ui/composer/qgscomposerpicturewidgetbase.ui
Expand Up @@ -60,9 +60,9 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-127</y>
<y>0</y>
<width>314</width>
<height>683</height>
<height>805</height>
</rect>
</property>
<layout class="QVBoxLayout" name="mainLayout">
Expand Down Expand Up @@ -254,6 +254,12 @@
</item>
<item>
<widget class="QListWidget" name="mPreviewListWidget">
<property name="minimumSize">
<size>
<width>0</width>
<height>200</height>
</size>
</property>
<property name="showDropIndicator" stdset="0">
<bool>false</bool>
</property>
Expand Down

0 comments on commit 8d3e3a4

Please sign in to comment.