Adjusted column widths

This commit is contained in:
2025-06-11 17:31:08 +02:00
parent face62ec7d
commit 9fd648c238
2 changed files with 3 additions and 3 deletions

View File

@@ -165,9 +165,9 @@ class _RoundViewState extends State<RoundView> {
SizedBox(
width: 100,
child: Center(child: Text('Punkte'))),
SizedBox(width: 28),
SizedBox(width: 20),
SizedBox(
width: 70,
width: 80,
child: Center(child: Text('Kamikaze'))),
],
),