Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CoFlow
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
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
Sandra Borst
CoFlow
Merge requests
!43
improved design of distractions screen (not completely finished yet)
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
improved design of distractions screen (not completely finished yet)
design-of-distraction-screen
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
4
Merged
improved design of distractions screen (not completely finished yet)
Sandra Borst
requested to merge
design-of-distraction-screen
into
develop
6 months ago
Overview
0
Commits
1
Pipelines
0
Changes
4
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
b49a4282
1 commit,
6 months ago
4 files
+
104
−
83
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
InnoLabProjektDektopApp/InnoLabProjektDektopApp/Screens/FirstLaunch/02Progress.xaml
+
1
−
2
View file @ b49a4282
Edit in single-file editor
Open in Web IDE
Show full file
@@ -5,13 +5,12 @@
@@ -5,13 +5,12 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:InnoLabProjektDektopApp"
xmlns:local="clr-namespace:InnoLabProjektDektopApp"
mc:Ignorable="d"
mc:Ignorable="d"
Background="
#1E1E1E
">
Background="
{StaticResource BACKGROUND_PRIMARY_BRUSH}
">
<Grid VerticalAlignment="Center">
<Grid VerticalAlignment="Center">
<!-- Überschrift -->
<!-- Überschrift -->
<TextBlock Text="Your way to working more focused"
<TextBlock Text="Your way to working more focused"
Style="{StaticResource Header0}"
Style="{StaticResource Header0}"
Foreground="White"
HorizontalAlignment="Center"/>
HorizontalAlignment="Center"/>
<TextBlock Text="Three steps and you are good to go!"
<TextBlock Text="Three steps and you are good to go!"
Loading