Fix various typos

Found via codespell.
This commit is contained in:
luzpaz
2024-10-16 14:36:02 +00:00
committed by Max Wilfinger
parent b3a2268289
commit ed40de3e23
17 changed files with 23 additions and 23 deletions

View File

@@ -306,7 +306,7 @@ class PackageListItemDelegate(QtWidgets.QStyledItemDelegate):
self.widget = self.compact
self._setup_compact_view(repo)
elif self.displayStyle == AddonManagerDisplayStyle.COMPOSITE:
self.widget = self.compact # For now re-use the compact list
self.widget = self.compact # For now reuse the compact list
self._setup_composite_view(repo)
self.widget.adjustSize()