mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix for ticket #420 (attribute table can truncate displayed data)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7794 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
118271aa12
commit
45e72eb6c1
@ -537,6 +537,9 @@ void QgsAttributeTable::fillTable(QgsVectorLayer* layer)
|
||||
row++;
|
||||
}
|
||||
|
||||
// Make each column wide enough to show all the contents
|
||||
for (int i = 0; i < numCols(); ++i)
|
||||
adjustColumn(i);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user