Skip to content
Permalink
Browse files
Merge pull request #1514 from manisandro/stretch_last_column
Trivial: Stretch last column in bad layers dialog
  • Loading branch information
timlinux committed Jul 23, 2014
2 parents 3988ad0 + 6014d45 commit 2365be0
Showing 1 changed file with 5 additions and 1 deletion.
@@ -15,7 +15,11 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableWidget" name="mLayerList"/>
<widget class="QTableWidget" name="mLayerList">
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">

0 comments on commit 2365be0

Please sign in to comment.