fix icon mapping in campaign ranking
This commit is contained in:
parent
0bfe27e0d3
commit
d766befd31
5 changed files with 113 additions and 58 deletions
|
|
@ -475,7 +475,7 @@ class View(QtWidgets.QMainWindow, Ui_MainWindow):
|
|||
table.setColumnCount(len(headers))
|
||||
table.setHorizontalHeaderLabels(headers)
|
||||
table.setRowCount(len(participants))
|
||||
table.setIconSize(QSize(32, 16))
|
||||
table.setIconSize(QSize(48, 16))
|
||||
for row, part in enumerate(participants):
|
||||
name_item = QtWidgets.QTableWidgetItem(part.player_name)
|
||||
if part.rank_icon:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue