mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 17:01:28 +03:00
@@ -346,12 +346,14 @@ class _ConnectionPageState extends State<ConnectionPage>
|
|||||||
maxHeight += 50; };
|
maxHeight += 50; };
|
||||||
return Align(
|
return Align(
|
||||||
alignment: Alignment.topLeft,
|
alignment: Alignment.topLeft,
|
||||||
child: Material(
|
child: ClipRRect(
|
||||||
|
borderRadius: BorderRadius.circular(5),
|
||||||
|
child: Material(
|
||||||
elevation: 4,
|
elevation: 4,
|
||||||
child: ConstrainedBox(
|
child: ConstrainedBox(
|
||||||
constraints: BoxConstraints(
|
constraints: BoxConstraints(
|
||||||
maxHeight: maxHeight,
|
maxHeight: maxHeight,
|
||||||
maxWidth: 320,
|
maxWidth: 319,
|
||||||
),
|
),
|
||||||
child: peers.isEmpty && isPeersLoading
|
child: peers.isEmpty && isPeersLoading
|
||||||
? Container(
|
? Container(
|
||||||
@@ -371,7 +373,7 @@ class _ConnectionPageState extends State<ConnectionPage>
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
)),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user