[processing] enlarge column width in batch processing GUI (fix #11879)

This commit is contained in:
Alexander Bruy 2014-12-18 09:00:34 +02:00
parent d288a53c0d
commit e42e1053e8

View File

@ -80,6 +80,12 @@
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>250</number>
</attribute>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>150</number>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>