mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
modified sizing of AirQualityView
.
This commit is contained in:
@ -33,7 +33,7 @@ class AirQualityView extends StatelessWidget {
|
||||
return SingleChildScrollView(
|
||||
child: Container(
|
||||
padding: _padding,
|
||||
height: height,
|
||||
height: height * 0.9,
|
||||
child: const Column(
|
||||
children: [
|
||||
Expanded(
|
||||
|
Reference in New Issue
Block a user