From 1d888acac3a992f97d3b81de746535b4051b32fa Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Thu, 23 Jul 2015 09:44:08 +0200 Subject: [PATCH] Remove label redundant to title bar --- src/app/qgsoptions.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/qgsoptions.cpp b/src/app/qgsoptions.cpp index 5e4231d5fa5..dd9ea1c6e3f 100644 --- a/src/app/qgsoptions.cpp +++ b/src/app/qgsoptions.cpp @@ -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 =