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>(
child: Padding(
padding:
const EdgeInsets.symmetric(horizontal: 8),
const EdgeInsets.symmetric(horizontal: 4),
child: Row(
children: [
Text(

View File

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