fix: smaller author column in search tab

This commit is contained in:
2026-03-04 14:07:43 +01:00
parent 4175f82967
commit 90124fd9c8
+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, 500)
header.resizeSection(1, 200)
header.setStretchLastSection(False)
return table