Skip to content
Snippets Groups Projects
Commit 107fcd21 authored by Sara Savanovic Djordjevic's avatar Sara Savanovic Djordjevic
Browse files

update: spellin gmistake

parent b9ff0622
No related branches found
No related tags found
1 merge request!20Clhp map, fix unit tests
...@@ -65,7 +65,7 @@ class InfoLayerState extends State<InfoLayer> { ...@@ -65,7 +65,7 @@ class InfoLayerState extends State<InfoLayer> {
SingleChildScrollView( SingleChildScrollView(
child: Container( child: Container(
padding: const EdgeInsets.all(45), padding: const EdgeInsets.all(45),
color: Colors.black.withOpacity(0.8), color: Colors.black.withOpacity(0.85),
child: Column( child: Column(
mainAxisAlignment: MainAxisAlignment.center, // Align contents vertically centered mainAxisAlignment: MainAxisAlignment.center, // Align contents vertically centered
children: [ children: [
...@@ -90,9 +90,9 @@ class InfoLayerState extends State<InfoLayer> { ...@@ -90,9 +90,9 @@ class InfoLayerState extends State<InfoLayer> {
), ),
const SizedBox(height: 10), const SizedBox(height: 10),
Text( Text(
'The higher the accuracy, the more likely it is that the displayed ice thickness' 'The higher the accuracy, the more likely that the displayed ice thickness'
'is correct. The accuracy depends on' 'is correct. The accuracy depends on'
'which data sources are used to calculate the thickness. ', ' which data sources are utilized in the determination of the thickness. ',
style: regTextStyle, style: regTextStyle,
textAlign: TextAlign.center, textAlign: TextAlign.center,
), ),
...@@ -103,6 +103,7 @@ class InfoLayerState extends State<InfoLayer> { ...@@ -103,6 +103,7 @@ class InfoLayerState extends State<InfoLayer> {
'• 4/4: both API and sensor data, with a discrepancy of <1.0cm', '• 4/4: both API and sensor data, with a discrepancy of <1.0cm',
style: regTextStyle, style: regTextStyle,
), ),
const SizedBox(height: 80),
], ],
), ),
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment