Feat: License-Check-Skill und lxml-Lizenzeintrag hinzugefügt (v1.1.1)
Neuer Skill prüft bei jedem Commit automatisch ob THIRD_PARTY_LICENSES.txt mit pyproject.toml synchron ist. Fehlenden lxml-Eintrag ergänzt und Kategorie-Spalte im AboutDialog verbreitert. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -116,7 +116,7 @@ class AboutDialog(QDialog):
|
||||
header.resizeSection(0, 170) # Name
|
||||
header.resizeSection(1, 180) # Lizenz
|
||||
header.resizeSection(2, 80) # Installiert
|
||||
header.resizeSection(5, 140) # Kategorie
|
||||
header.resizeSection(5, 200) # Kategorie
|
||||
header.setSectionResizeMode(3, QHeaderView.ResizeMode.Stretch) # Webseite
|
||||
header.setSectionResizeMode(4, QHeaderView.ResizeMode.Stretch) # Copyright
|
||||
|
||||
|
||||
Reference in New Issue
Block a user