From 0041f5bc4c2b6497280b221384227c45505a3de8 Mon Sep 17 00:00:00 2001 From: Mercurio <47455213+NotLugozzi@users.noreply.github.com> Date: Mon, 27 Jan 2025 22:21:32 +0100 Subject: [PATCH] Resized 2v2 matchcontroller --- lib/pages/views/joinmatch.dart | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/pages/views/joinmatch.dart b/lib/pages/views/joinmatch.dart index b147657..6b53e22 100644 --- a/lib/pages/views/joinmatch.dart +++ b/lib/pages/views/joinmatch.dart @@ -214,7 +214,7 @@ class _JoinMatchPageState extends State { color: Colors.white), onPressed: () => _updateScore(1, -1)), Container( - width: 100, + width: 70, height: 50, decoration: BoxDecoration( border: Border.all( @@ -237,7 +237,7 @@ class _JoinMatchPageState extends State { ), ], ), - SizedBox(width: 32), + SizedBox(width: 20), Column( children: [ Text(_players[1], @@ -249,7 +249,7 @@ class _JoinMatchPageState extends State { color: Colors.white), onPressed: () => _updateScore(2, -1)), Container( - width: 100, + width: 70, height: 50, decoration: BoxDecoration( border: Border.all( @@ -290,7 +290,7 @@ class _JoinMatchPageState extends State { color: Colors.white), onPressed: () => _updateScore(3, -1)), Container( - width: 100, + width: 70, height: 50, decoration: BoxDecoration( border: Border.all( @@ -313,7 +313,7 @@ class _JoinMatchPageState extends State { ), ], ), - SizedBox(width: 32), + SizedBox(width: 20), Column( children: [ Text(_players[3], @@ -325,7 +325,7 @@ class _JoinMatchPageState extends State { color: Colors.white), onPressed: () => _updateScore(4, -1)), Container( - width: 100, + width: 75, height: 50, decoration: BoxDecoration( border: Border.all(