Skip to content
Snippets Groups Projects
Commit aa76f568 authored by Bernhard Beschow's avatar Bernhard Beschow
Browse files

make RoutingWidget resizable within the QScrollArea

* fixes routing dialog getting unreadable with many way points

BUG: 322785
parent e6aaf6c0
No related branches found
No related tags found
No related merge requests found
......@@ -653,6 +653,7 @@ void MainWindow::showRoutingDialog()
QScrollArea* scrollArea = new QScrollArea;
m_routingWidget->setMinimumWidth( 760 );
scrollArea->setWidgetResizable( true );
scrollArea->setWidget( m_routingWidget );
QAction *openAction = new QAction( tr( "Open Route..." ), this );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment