Skip to content

Commit

Permalink
[style dock] add minimum height to svg image list (#3786)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn authored and NathanW2 committed Nov 19, 2016
1 parent f70a3b9 commit 9679b6a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ui/symbollayer/widget_svgfill.ui
Expand Up @@ -274,6 +274,12 @@
</item>
<item row="1" column="1">
<widget class="QListView" name="mSvgListView">
<property name="minimumSize">
<size>
<width>0</width>
<height>250</height>
</size>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>5</horstretch>
Expand Down
6 changes: 6 additions & 0 deletions src/ui/symbollayer/widget_svgmarker.ui
Expand Up @@ -170,6 +170,12 @@
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>250</height>
</size>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
Expand Down

0 comments on commit 9679b6a

Please sign in to comment.