Dashboard
This commit is contained in:
parent
225cebd5f5
commit
71c9d00bc1
|
|
@ -100,7 +100,7 @@ class _DashboardChartState extends State<DashboardChart> {
|
||||||
Divider(height: 1.0),
|
Divider(height: 1.0),
|
||||||
Container(
|
Container(
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
height: 100,
|
height: state.dashboardUIState.enableComparison ? 100 : 78,
|
||||||
child: ListView(
|
child: ListView(
|
||||||
shrinkWrap: true,
|
shrinkWrap: true,
|
||||||
scrollDirection: Axis.horizontal,
|
scrollDirection: Axis.horizontal,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue