Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix spacing
  • Loading branch information
mbernasocchi authored and nyalldawson committed Jun 21, 2018
1 parent df56fdc commit 96923c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgstaskmanagerwidget.cpp
Expand Up @@ -78,7 +78,7 @@ void QgsTaskManagerWidget::modelRowsInserted( const QModelIndex &, int start, in

QProgressBar *progressBar = new QProgressBar();
progressBar->setAutoFillBackground( true );
progressBar->setRange(0, 0);
progressBar->setRange( 0, 0 );
connect( task, &QgsTask::progressChanged, progressBar, [progressBar]( double progress )
{
//until first progress report, we show a progress bar of interderminant length
Expand Down

0 comments on commit 96923c7

Please sign in to comment.