Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Obs App
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marvin Weiler
Obs App
Commits
d9bd3196
Commit
d9bd3196
authored
4 months ago
by
Jonathan Flueren
Browse files
Options
Downloads
Plain Diff
Merge branch 'close-icon' into 'main'
Cross as close icon next to text See merge request
!6
parents
5f905a19
6de16e7b
No related branches found
No related tags found
1 merge request
!6
Cross as close icon next to text
Pipeline
#277040
passed
4 months ago
Stage: build
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/obs_record_page.dart
+15
-2
15 additions, 2 deletions
lib/obs_record_page.dart
with
15 additions
and
2 deletions
lib/obs_record_page.dart
+
15
−
2
View file @
d9bd3196
...
...
@@ -55,8 +55,21 @@ class _OBSRecordPageState extends State<OBSRecordPage> {
});
}
},
child:
Text
(
AppLocalizations
.
of
(
context
)
!.
recordPageStopButton
),
child:
Row
(
mainAxisAlignment:
MainAxisAlignment
.
spaceBetween
,
children:
[
Expanded
(
child:
Text
(
AppLocalizations
.
of
(
context
)
!.
recordPageStopButton
,
textAlign:
TextAlign
.
center
,
),
),
Icon
(
Icons
.
close
,
size:
35
,
),
],
),
),
// Allways show the location status widget
LocationStatus
(),
...
...
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