Skip to content

Commit

Permalink
Correctly parent 3d config window, so that window inherits applicatio…
Browse files Browse the repository at this point in the history
…n stylesheet
  • Loading branch information
nyalldawson committed Oct 20, 2020
1 parent deacc51 commit 3692aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/3d/qgs3dmapcanvasdockwidget.cpp
Expand Up @@ -252,7 +252,7 @@ void Qgs3DMapCanvasDockWidget::resetView()

void Qgs3DMapCanvasDockWidget::configure()
{
QDialog dlg;
QDialog dlg( this );
dlg.setWindowTitle( tr( "3D Configuration" ) );
dlg.setObjectName( QStringLiteral( "3DConfigurationDialog" ) );
dlg.setMinimumSize( 600, 460 );
Expand Down

0 comments on commit 3692aec

Please sign in to comment.