Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PROG2900
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sara Savanovic Djordjevic
PROG2900
Commits
107fcd21
Commit
107fcd21
authored
1 year ago
by
Sara Savanovic Djordjevic
Browse files
Options
Downloads
Patches
Plain Diff
update: spellin gmistake
parent
b9ff0622
No related branches found
No related tags found
1 merge request
!20
Clhp map, fix unit tests
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/lib/widgets/info_layer.dart
+4
-3
4 additions, 3 deletions
app/lib/widgets/info_layer.dart
with
4 additions
and
3 deletions
app/lib/widgets/info_layer.dart
+
4
−
3
View file @
107fcd21
...
@@ -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.8
5
),
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 u
sed to calculate
the thickness. '
,
'
which data sources are u
tilized 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
),
],
],
),
),
),
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment