Resolves #486 Fix for very small screens

This commit is contained in:
Yegor Vialov
2019-10-29 17:44:18 +00:00
parent 9c42ad687d
commit ced008a7c1
2 changed files with 5 additions and 3 deletions

View File

@ -50,8 +50,6 @@ class _EntityViewPageState extends State<EntityViewPage> {
leading: IconButton(icon: Icon(Icons.arrow_back), onPressed: (){
Navigator.pop(context);
}),
// Here we take the value from the MyHomePage object that was created by
// the App.build method, and use it to set our appbar title.
title: new Text("${entity.displayName}"),
),
body: body,