From bca390d2a996306fa13462db9c558e8826d75e63 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 14 Dec 2020 10:02:23 +0200 Subject: [PATCH] CSV import --- lib/ui/settings/import_export.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ui/settings/import_export.dart b/lib/ui/settings/import_export.dart index f9daeb90d..0fa538418 100644 --- a/lib/ui/settings/import_export.dart +++ b/lib/ui/settings/import_export.dart @@ -254,7 +254,7 @@ class __FileMapperState extends State<_FileMapper> { onChanged: (value) => setState(() => _useFirstRowAsHeaders = value), ), - SizedBox(height: 20), + SizedBox(height: 25), for (var i = 0; i < response.fields1.length; i++) _FieldMapper( field1: response.fields1[i], @@ -269,7 +269,7 @@ class __FileMapperState extends State<_FileMapper> { }); }, ), - SizedBox(height: 20), + SizedBox(height: 25), Row( children: [ Expanded(