修改布局
This commit is contained in:
parent
de09cf25b8
commit
4ee8aaebc4
@ -679,7 +679,7 @@ class _PlayerPageState extends State<PlayerPage> {
|
|||||||
),
|
),
|
||||||
if(finishConnection) Positioned(
|
if(finishConnection) Positioned(
|
||||||
top: 8,
|
top: 8,
|
||||||
right: 64,
|
right: 54,
|
||||||
child: IconButton.filled(
|
child: IconButton.filled(
|
||||||
iconSize: 24.0,
|
iconSize: 24.0,
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
@ -696,7 +696,7 @@ class _PlayerPageState extends State<PlayerPage> {
|
|||||||
),
|
),
|
||||||
if(finishConnection) Positioned(
|
if(finishConnection) Positioned(
|
||||||
top: 8,
|
top: 8,
|
||||||
right: 120,
|
right: 110,
|
||||||
child: IconButton.filled(
|
child: IconButton.filled(
|
||||||
iconSize: 24.0,
|
iconSize: 24.0,
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
|
Loading…
Reference in New Issue
Block a user