We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70a3b9 commit 9679b6aCopy full SHA for 9679b6a
src/ui/symbollayer/widget_svgfill.ui
@@ -274,6 +274,12 @@
274
</item>
275
<item row="1" column="1">
276
<widget class="QListView" name="mSvgListView">
277
+ <property name="minimumSize">
278
+ <size>
279
+ <width>0</width>
280
+ <height>250</height>
281
+ </size>
282
+ </property>
283
<property name="sizePolicy">
284
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
285
<horstretch>5</horstretch>
src/ui/symbollayer/widget_svgmarker.ui
@@ -170,6 +170,12 @@
170
<verstretch>1</verstretch>
171
</sizepolicy>
172
</property>
173
174
175
176
177
178
179
<property name="editTriggers">
180
<set>QAbstractItemView::NoEditTriggers</set>
181
0 commit comments