diff --git a/gui.py b/gui.py index 868742ea..88e45061 100644 --- a/gui.py +++ b/gui.py @@ -579,7 +579,9 @@ def fill_tables(self, players): b = player.background rgba = f"{b.red()}, {b.green()}, {b.blue()}, {b.alpha()}" item.setAutoFillBackground(True) - item.setStyleSheet("QLabel { background-color: rgba("+rgba+"); }") + item.setStyleSheet("QLabel { background-color: rgba("+rgba+"); font-size: 10pt; }") + else: + item.setStyleSheet("QLabel { font-size: 10pt; }") table.setCellWidget(y, x, item) continue