Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] enlarge column width in batch processing GUI (fix #11879)
  • Loading branch information
alexbruy committed Dec 18, 2014
1 parent d288a53 commit e42e105
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/plugins/processing/ui/widgetBatchPanel.ui
Expand Up @@ -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>
Expand Down

0 comments on commit e42e105

Please sign in to comment.