Skip to content

Commit cc1a652

Browse files
author
timlinux
committedNov 15, 2010
Stretch columns in transparency list on raster props dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14680 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/app/qgsrasterlayerproperties.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,8 @@ QgsRasterLayerProperties::QgsRasterLayerProperties( QgsMapLayer* lyr, QgsMapCanv
290290
{
291291
refreshHistogram();
292292
}
293+
tableTransparency->horizontalHeader()->setResizeMode(0,QHeaderView::Stretch);
294+
tableTransparency->horizontalHeader()->setResizeMode(1,QHeaderView::Stretch);
293295
} // QgsRasterLayerProperties ctor
294296

295297

0 commit comments

Comments
 (0)
Please sign in to comment.