Skip to content

Commit

Permalink
Stretch columns in transparency list on raster props dialog
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@14680 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 15, 2010
1 parent f79961a commit 5bc7b47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/qgsrasterlayerproperties.cpp
Expand Up @@ -290,6 +290,8 @@ QgsRasterLayerProperties::QgsRasterLayerProperties( QgsMapLayer* lyr, QgsMapCanv
{
refreshHistogram();
}
tableTransparency->horizontalHeader()->setResizeMode(0,QHeaderView::Stretch);
tableTransparency->horizontalHeader()->setResizeMode(1,QHeaderView::Stretch);
} // QgsRasterLayerProperties ctor


Expand Down

0 comments on commit 5bc7b47

Please sign in to comment.