Skip to content

Commit

Permalink
Downgrade "Super 3D Map Widget" to plain, average, ordinary "3D Map" …
Browse files Browse the repository at this point in the history
…widget
  • Loading branch information
wonder-sk committed Oct 1, 2017
1 parent 0951ff7 commit d46c440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -9929,7 +9929,7 @@ void QgisApp::new3DMapCanvas()

// TODO: combine with code in createNewMapCanvasDock()
Qgs3DMapCanvasDockWidget *map3DWidget = new Qgs3DMapCanvasDockWidget( this );
map3DWidget->setWindowTitle( "Super 3D Map Widget" );
map3DWidget->setWindowTitle( "3D Map" );
map3DWidget->setAllowedAreas( Qt::AllDockWidgetAreas );
map3DWidget->setGeometry( QRect( rect().width() * 0.75, rect().height() * 0.5, 400, 400 ) );
map3DWidget->setMap( map );
Expand Down

0 comments on commit d46c440

Please sign in to comment.