We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d07dadf commit 1d888acCopy full SHA for 1d888ac
src/app/qgsoptions.cpp
@@ -1432,10 +1432,6 @@ void QgsOptions::editGdalDriver( const QString& driverName )
1432
if ( driverName == "_pyramids" )
1433
title = tr( "Create Options - pyramids" );
1434
dlg.setWindowTitle( title );
1435
- QLabel *label = new QLabel( title, &dlg );
1436
- label->setAlignment( Qt::AlignHCenter );
1437
- layout->addWidget( label );
1438
-
1439
1440
{
1441
QgsRasterPyramidsOptionsWidget* optionsWidget =
0 commit comments