Stretch columns in transparency list on raster props dialog

git-svn-id: http://svn.osgeo.org/qgis/trunk@14680 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2010-11-15 10:45:18 +00:00
parent f79961a712
commit 5bc7b47ae7

View File

@ -290,6 +290,8 @@ QgsRasterLayerProperties::QgsRasterLayerProperties( QgsMapLayer* lyr, QgsMapCanv
{
refreshHistogram();
}
tableTransparency->horizontalHeader()->setResizeMode(0,QHeaderView::Stretch);
tableTransparency->horizontalHeader()->setResizeMode(1,QHeaderView::Stretch);
} // QgsRasterLayerProperties ctor