fix: fix scraping for uztracker posts to support displaying authors properly

This commit is contained in:
Vxrtrauter
2026-03-04 20:58:56 +01:00
parent 34a50e1a1b
commit 89fd8b4ebb
3 changed files with 15 additions and 20 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ class MainWindow(QtWidgets.QMainWindow, QWidget):
header = table.horizontalHeader()
header.setSectionResizeMode(0, QHeaderView.ResizeMode.Stretch)
header.setSectionResizeMode(1, QHeaderView.ResizeMode.Fixed)
header.resizeSection(1, 200)
header.resizeSection(1, 500)
header.setStretchLastSection(False)
return table