mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Remove label redundant to title bar
This commit is contained in:
parent
d07dadf333
commit
1d888acac3
@ -1432,10 +1432,6 @@ void QgsOptions::editGdalDriver( const QString& driverName )
|
|||||||
if ( driverName == "_pyramids" )
|
if ( driverName == "_pyramids" )
|
||||||
title = tr( "Create Options - pyramids" );
|
title = tr( "Create Options - pyramids" );
|
||||||
dlg.setWindowTitle( title );
|
dlg.setWindowTitle( title );
|
||||||
QLabel *label = new QLabel( title, &dlg );
|
|
||||||
label->setAlignment( Qt::AlignHCenter );
|
|
||||||
layout->addWidget( label );
|
|
||||||
|
|
||||||
if ( driverName == "_pyramids" )
|
if ( driverName == "_pyramids" )
|
||||||
{
|
{
|
||||||
QgsRasterPyramidsOptionsWidget* optionsWidget =
|
QgsRasterPyramidsOptionsWidget* optionsWidget =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user