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