Remove label redundant to title bar

This commit is contained in:
Matthias Kuhn 2015-07-23 09:44:08 +02:00
parent d07dadf333
commit 1d888acac3

View File

@ -1432,10 +1432,6 @@ void QgsOptions::editGdalDriver( const QString& driverName )
if ( driverName == "_pyramids" )
title = tr( "Create Options - pyramids" );
dlg.setWindowTitle( title );
QLabel *label = new QLabel( title, &dlg );
label->setAlignment( Qt::AlignHCenter );
layout->addWidget( label );
if ( driverName == "_pyramids" )
{
QgsRasterPyramidsOptionsWidget* optionsWidget =