Adjust UI padding
This commit is contained in:
parent
aea87351cc
commit
e4607d64f4
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue