Adjust UI padding

This commit is contained in:
Hillel Coren 2021-05-07 11:39:58 +03:00
parent aea87351cc
commit e4607d64f4
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ class EntityTopFilter extends StatelessWidget {
return PopupMenuButton<EntityType>( return PopupMenuButton<EntityType>(
child: Padding( child: Padding(
padding: padding:
const EdgeInsets.symmetric(horizontal: 8), const EdgeInsets.symmetric(horizontal: 4),
child: Row( child: Row(
children: [ children: [
Text( Text(

View File

@ -347,7 +347,7 @@ class _EntityListState extends State<EntityList> {
), ),
if (isDesktop(context)) ...[ if (isDesktop(context)) ...[
Padding( Padding(
padding: const EdgeInsets.symmetric(horizontal: 8), padding: const EdgeInsets.symmetric(horizontal: 4),
child: Text(isList child: Text(isList
? '($countSelected)' ? '($countSelected)'
: localization.countSelected : localization.countSelected