mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix initial dialog title
This commit is contained in:
parent
4f21afac0f
commit
bfb4556c36
@ -44,9 +44,9 @@ QgsLayoutDesignerDialog::QgsLayoutDesignerDialog( QWidget *parent, Qt::WindowFla
|
||||
int size = settings.value( QStringLiteral( "IconSize" ), QGIS_ICON_SIZE ).toInt();
|
||||
setIconSize( QSize( size, size ) );
|
||||
setStyleSheet( QgisApp::instance()->styleSheet() );
|
||||
setWindowTitle( tr( "QGIS Layout Designer" ) );
|
||||
|
||||
setupUi( this );
|
||||
setWindowTitle( tr( "QGIS Layout Designer" ) );
|
||||
|
||||
setAttribute( Qt::WA_DeleteOnClose );
|
||||
#if QT_VERSION >= 0x050600
|
||||
|
Loading…
x
Reference in New Issue
Block a user