Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove label redundant to title bar
  • Loading branch information
m-kuhn committed Jul 23, 2015
1 parent d07dadf commit 1d888ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/qgsoptions.cpp
Expand Up @@ -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 =
Expand Down

0 comments on commit 1d888ac

Please sign in to comment.