From 7c2143254ca0b3122ac8097cdf131170bfc05863 Mon Sep 17 00:00:00 2001 From: Lowa Date: Sat, 6 Jan 2024 15:28:33 +0100 Subject: [PATCH] remove one space --- lib/src/screens/routes_details.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/screens/routes_details.dart b/lib/src/screens/routes_details.dart index 976cb808..f33e379a 100644 --- a/lib/src/screens/routes_details.dart +++ b/lib/src/screens/routes_details.dart @@ -164,7 +164,7 @@ String? getMapUrl(Map line) { List getTimeTableWidgets(Map line, context, fromlocaldata) { List res = []; - res.add(const SizedBox(height: 15)); + res.add(const SizedBox(height: 5)); if (line['timetables']['timetables'].length == 1) { res.add(Padding( @@ -194,7 +194,7 @@ List getTimeTableWidgets(Map line, context, fromlocaldata) { } else { for (var timetable in line['timetables']['timetables']) { res.add(Padding( - padding: const EdgeInsets.only(left: 10, right: 10), + padding: const EdgeInsets.only(top: 10, left: 10, right: 10), child: ButtonLarge( icon: NavikaIcons.clock, text: timetable['name'],