From 3b878b5d23e03675cf83a16a3d1f745e477671b1 Mon Sep 17 00:00:00 2001 From: Mathias Lesauvage Date: Thu, 30 Jul 2026 11:37:35 +0200 Subject: [PATCH] Changed character display in the individual game tracker to a VBox --- src/TSHIndividualGameTracker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)