Skip to content

Commit 443a416

Browse files
committed
[BUG][QGIS-Server] Project Properties WCS Layers Row Count
I have forgotten to set the row count of the WCS Layers table in the projetc properties.
1 parent 27713b8 commit 443a416

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/qgsprojectproperties.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,8 @@ QgsProjectProperties::QgsProjectProperties( QgsMapCanvas* mapCanvas, QWidget *pa
466466
j++;
467467
}
468468
}
469+
twWCSLayers->setRowCount( j );
470+
twWCSLayers->verticalHeader()->setResizeMode( QHeaderView::ResizeToContents );
469471

470472
// Default Styles
471473
mStyle = QgsStyleV2::defaultStyle();

0 commit comments

Comments
 (0)