diff --git a/src/TSHIndividualGameTracker.py b/src/TSHIndividualGameTracker.py index ca0603646..77203e9cb 100644 --- a/src/TSHIndividualGameTracker.py +++ b/src/TSHIndividualGameTracker.py @@ -193,7 +193,7 @@ def _CreateCharRow(self, index): playerContainerLayout.addWidget(nameLbl) playerRow = QWidget() - playerLayout = QHBoxLayout() + playerLayout = QVBoxLayout() playerLayout.setContentsMargins(0, 0, 0, 0) playerLayout.setSpacing(2)