Skip to content

Commit 9679b6a

Browse files
nirvnNathanW2
authored andcommitted
[style dock] add minimum height to svg image list (#3786)
1 parent f70a3b9 commit 9679b6a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/ui/symbollayer/widget_svgfill.ui

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,12 @@
274274
</item>
275275
<item row="1" column="1">
276276
<widget class="QListView" name="mSvgListView">
277+
<property name="minimumSize">
278+
<size>
279+
<width>0</width>
280+
<height>250</height>
281+
</size>
282+
</property>
277283
<property name="sizePolicy">
278284
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
279285
<horstretch>5</horstretch>

src/ui/symbollayer/widget_svgmarker.ui

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,12 @@
170170
<verstretch>1</verstretch>
171171
</sizepolicy>
172172
</property>
173+
<property name="minimumSize">
174+
<size>
175+
<width>0</width>
176+
<height>250</height>
177+
</size>
178+
</property>
173179
<property name="editTriggers">
174180
<set>QAbstractItemView::NoEditTriggers</set>
175181
</property>

0 commit comments

Comments
 (0)