Skip to content

Commit

Permalink
[3d] Add a title to 3d config window
Browse files Browse the repository at this point in the history
Fixes #18281

(cherry-picked from 0a6024b)
  • Loading branch information
nyalldawson committed Mar 6, 2018
1 parent 6d50e31 commit 1101fc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/3d/qgs3dmapcanvasdockwidget.cpp
Expand Up @@ -114,6 +114,8 @@ void Qgs3DMapCanvasDockWidget::resetView()
void Qgs3DMapCanvasDockWidget::configure()
{
QDialog dlg;
dlg.setWindowTitle( tr( "3D Configuration" ) );

Qgs3DMapSettings *map = mCanvas->map();
Qgs3DMapConfigWidget *w = new Qgs3DMapConfigWidget( map, mMainCanvas, &dlg );
QDialogButtonBox *buttons = new QDialogButtonBox( QDialogButtonBox::Ok | QDialogButtonBox::Cancel, &dlg );
Expand Down

0 comments on commit 1101fc6

Please sign in to comment.