WIP #308 Move entity icon generation into EntityIcon widget

This commit is contained in:
estevez-dev
2019-02-21 16:32:55 +02:00
parent 24f80feeee
commit eb7d17d147
6 changed files with 70 additions and 20 deletions

View File

@ -35,7 +35,7 @@ class GlanceEntityContainer extends StatelessWidget {
result.add(
EntityIcon(
padding: EdgeInsets.all(0.0),
iconSize: iconSize,
size: iconSize,
)
);
if (!nameInTheBottom) {