Correct login screen on macOS/Linux
This commit is contained in:
parent
11816f03a4
commit
bfa1c6515d
|
|
@ -319,7 +319,7 @@ class _LoginState extends State<LoginView> {
|
||||||
return SafeArea(
|
return SafeArea(
|
||||||
child: ScrollableListView(
|
child: ScrollableListView(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
if (isDesktopOS()) AppTitleBar(),
|
if (isWindows()) AppTitleBar(),
|
||||||
Container(
|
Container(
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
height: 16,
|
height: 16,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue