From 71c9d00bc1d2acfa2a690f2c726e8f887d9b5adc Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 12 Nov 2018 23:35:16 +0200 Subject: [PATCH] Dashboard --- lib/ui/dashboard/dashboard_chart.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/dashboard/dashboard_chart.dart b/lib/ui/dashboard/dashboard_chart.dart index 21f7457d3..6d520dc83 100644 --- a/lib/ui/dashboard/dashboard_chart.dart +++ b/lib/ui/dashboard/dashboard_chart.dart @@ -100,7 +100,7 @@ class _DashboardChartState extends State { Divider(height: 1.0), Container( width: double.infinity, - height: 100, + height: state.dashboardUIState.enableComparison ? 100 : 78, child: ListView( shrinkWrap: true, scrollDirection: Axis.horizontal,