mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
-Forgot to set the icon for the default band combination button
git-svn-id: http://svn.osgeo.org/qgis/trunk@8820 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
c9c90bdb92
commit
8bfb2454d8
@ -290,6 +290,7 @@ QgsRasterLayerProperties::QgsRasterLayerProperties(QgsMapLayer *lyr, QWidget *pa
|
||||
pbnDefaultValues->setIcon(QIcon(myThemePath + "/mActionCopySelected.png"));
|
||||
pbnImportTransparentPixelValues->setIcon(QIcon(myThemePath + "/mActionFileOpen.png"));
|
||||
pbnExportTransparentPixelValues->setIcon(QIcon(myThemePath + "/mActionFileSave.png"));
|
||||
pbtnMakeBandCombinationDefault->setIcon(QIcon(myThemePath + "/mActionFileSave.png"));
|
||||
pbtnMakeContrastEnhancementAlgorithmDefault->setIcon(QIcon(myThemePath + "/mActionFileSave.png"));
|
||||
|
||||
// Only do pyramids if dealing directly with GDAL.
|
||||
|
Loading…
x
Reference in New Issue
Block a user