mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
f79961a712
commit
5bc7b47ae7
@ -290,6 +290,8 @@ QgsRasterLayerProperties::QgsRasterLayerProperties( QgsMapLayer* lyr, QgsMapCanv
|
||||
{
|
||||
refreshHistogram();
|
||||
}
|
||||
tableTransparency->horizontalHeader()->setResizeMode(0,QHeaderView::Stretch);
|
||||
tableTransparency->horizontalHeader()->setResizeMode(1,QHeaderView::Stretch);
|
||||
} // QgsRasterLayerProperties ctor
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user