Resized 2v2 matchcontroller
This commit is contained in:
parent
ce08cd7eb4
commit
0041f5bc4c
|
@ -214,7 +214,7 @@ class _JoinMatchPageState extends State<JoinMatchPage> {
|
||||||
color: Colors.white),
|
color: Colors.white),
|
||||||
onPressed: () => _updateScore(1, -1)),
|
onPressed: () => _updateScore(1, -1)),
|
||||||
Container(
|
Container(
|
||||||
width: 100,
|
width: 70,
|
||||||
height: 50,
|
height: 50,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
border: Border.all(
|
border: Border.all(
|
||||||
|
@ -237,7 +237,7 @@ class _JoinMatchPageState extends State<JoinMatchPage> {
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
SizedBox(width: 32),
|
SizedBox(width: 20),
|
||||||
Column(
|
Column(
|
||||||
children: [
|
children: [
|
||||||
Text(_players[1],
|
Text(_players[1],
|
||||||
|
@ -249,7 +249,7 @@ class _JoinMatchPageState extends State<JoinMatchPage> {
|
||||||
color: Colors.white),
|
color: Colors.white),
|
||||||
onPressed: () => _updateScore(2, -1)),
|
onPressed: () => _updateScore(2, -1)),
|
||||||
Container(
|
Container(
|
||||||
width: 100,
|
width: 70,
|
||||||
height: 50,
|
height: 50,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
border: Border.all(
|
border: Border.all(
|
||||||
|
@ -290,7 +290,7 @@ class _JoinMatchPageState extends State<JoinMatchPage> {
|
||||||
color: Colors.white),
|
color: Colors.white),
|
||||||
onPressed: () => _updateScore(3, -1)),
|
onPressed: () => _updateScore(3, -1)),
|
||||||
Container(
|
Container(
|
||||||
width: 100,
|
width: 70,
|
||||||
height: 50,
|
height: 50,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
border: Border.all(
|
border: Border.all(
|
||||||
|
@ -313,7 +313,7 @@ class _JoinMatchPageState extends State<JoinMatchPage> {
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
SizedBox(width: 32),
|
SizedBox(width: 20),
|
||||||
Column(
|
Column(
|
||||||
children: [
|
children: [
|
||||||
Text(_players[3],
|
Text(_players[3],
|
||||||
|
@ -325,7 +325,7 @@ class _JoinMatchPageState extends State<JoinMatchPage> {
|
||||||
color: Colors.white),
|
color: Colors.white),
|
||||||
onPressed: () => _updateScore(4, -1)),
|
onPressed: () => _updateScore(4, -1)),
|
||||||
Container(
|
Container(
|
||||||
width: 100,
|
width: 75,
|
||||||
height: 50,
|
height: 50,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
border: Border.all(
|
border: Border.all(
|
||||||
|
|
Loading…
Reference in a new issue