Skip to content

Commit e42e105

Browse files
committed
[processing] enlarge column width in batch processing GUI (fix #11879)
1 parent d288a53 commit e42e105

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

python/plugins/processing/ui/widgetBatchPanel.ui

+6
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@
8080
<property name="selectionBehavior">
8181
<enum>QAbstractItemView::SelectRows</enum>
8282
</property>
83+
<attribute name="horizontalHeaderDefaultSectionSize">
84+
<number>250</number>
85+
</attribute>
86+
<attribute name="horizontalHeaderMinimumSectionSize">
87+
<number>150</number>
88+
</attribute>
8389
<attribute name="horizontalHeaderStretchLastSection">
8490
<bool>true</bool>
8591
</attribute>

0 commit comments

Comments
 (0)