Skip to content

Commit 29d057c

Browse files
committed
[Geometry checker] Reduce icon size in setup layer list
1 parent 7a51866 commit 29d057c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/geometry_checker/ui/qgsgeometrycheckersetuptab.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ QgsGeometryCheckerSetupTab::QgsGeometryCheckerSetupTab( QgisInterface *iface, QD
6464
ui.comboBoxOutputFormat->setCurrentIndex( ui.comboBoxOutputFormat->count() - 1 );
6565
}
6666
}
67+
ui.listWidgetInputLayers->setIconSize( QSize( 16, 16 ) );
6768

6869
connect( mRunButton, &QAbstractButton::clicked, this, &QgsGeometryCheckerSetupTab::runChecks );
6970
connect( ui.listWidgetInputLayers, &QListWidget::itemChanged, this, &QgsGeometryCheckerSetupTab::validateInput );

0 commit comments

Comments
 (0)