mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-27 23:19:02 +08:00
scroll
This commit is contained in:
parent
dfb28e9e5e
commit
4724b01111
@ -26,7 +26,7 @@ class _HomePageState extends State<HomePage> {
|
||||
appBar: AppBar(
|
||||
title: Text(widget.title),
|
||||
),
|
||||
body: Container(
|
||||
body: SingleChildScrollView(
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
@ -34,7 +34,6 @@ class _HomePageState extends State<HomePage> {
|
||||
children: <Widget>[
|
||||
getSearchBarUI(),
|
||||
getPeers(),
|
||||
Expanded(child: Container())
|
||||
]),
|
||||
padding: const EdgeInsets.fromLTRB(16.0, 0.0, 16.0, 0.0),
|
||||
));
|
||||
|
Loading…
Reference in New Issue
Block a user