Skip to content

Commit

Permalink
Minor changes in file header, stretch last column in deps table
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Mar 25, 2019
1 parent b85d5af commit 8e40481
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyplugin_installer/qgsplugindependenciesdialog.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding=utf-8
"""Plugin update/install dialog
"""Plugin dependencies selection dialog
.. note:: This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
6 changes: 6 additions & 0 deletions python/pyplugin_installer/qgsplugindependenciesdialogbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,18 @@
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
<bool>false</bool>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderHighlightSections">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderStretchLastSection">
<bool>false</bool>
</attribute>
</widget>
</item>
<item>
Expand Down

0 comments on commit 8e40481

Please sign in to comment.