Resolves #160 Flexible entity heigth

This commit is contained in:
Yegor Vialov
2018-11-04 22:55:09 +02:00
parent 66f84952f0
commit 788d682f2f
4 changed files with 38 additions and 29 deletions

View File

@ -13,7 +13,7 @@ class DefaultEntityContainer extends StatelessWidget {
@override
Widget build(BuildContext context) {
return SizedBox(
height: height,
//height: height,
child: Row(
children: <Widget>[
EntityIcon(),