Skip to content

Commit 1d888ac

Browse files
committedJul 23, 2015
Remove label redundant to title bar
1 parent d07dadf commit 1d888ac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎src/app/qgsoptions.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,10 +1432,6 @@ void QgsOptions::editGdalDriver( const QString& driverName )
14321432
if ( driverName == "_pyramids" )
14331433
title = tr( "Create Options - pyramids" );
14341434
dlg.setWindowTitle( title );
1435-
QLabel *label = new QLabel( title, &dlg );
1436-
label->setAlignment( Qt::AlignHCenter );
1437-
layout->addWidget( label );
1438-
14391435
if ( driverName == "_pyramids" )
14401436
{
14411437
QgsRasterPyramidsOptionsWidget* optionsWidget =

0 commit comments

Comments
 (0)
Please sign in to comment.