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