Skip to content

Commit

Permalink
Fix Welcome Dialog by removing old content (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
supermem613 authored Oct 3, 2021
1 parent dfec474 commit b877ecd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Source/TeamMate/Windows/WelcomeDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@
fw:UI.EscapeAction="Close">
<fwc:DialogPanel MaxWidth="800" Margin="{StaticResource LyncDialogPanelMargin}">
<StackPanel>
<TextBlock Style="{StaticResource LyncDialogTitleStyle}">Welcome to TeamMate</TextBlock>
<TextBlock FontSize="24">Let's get started</TextBlock>
<TextBlock Style="{StaticResource LyncDialogTitleStyle}" FontSize="24">Welcome to TeamMate</TextBlock>
<TextBlock FontSize="20">Let's get started</TextBlock>
<TextBlock Margin="0,12" Foreground="{StaticResource ApplicationColorBrush}">
We'll get you going with the default settings. You can always
<LineBreak />
change them later if you want to.
</TextBlock>
<TextBlock><Run Text="• Load existing team projects and settings from Visual Studio."/><LineBreak/><Run Text="• Enable Outlook integration."/></TextBlock>
<TextBlock Margin="0,24,0,0" FontSize="24">Magic keyboard shortcuts</TextBlock>
<TextBlock Margin="0,12,0,0" FontSize="20" Text="Keyboard shortcuts"/>
<TextBlock Margin="0,12" Foreground="{StaticResource ApplicationColorBrush}">You might want to learn these, you'll use them all the time.</TextBlock>
<TextBlock>
<Run>•</Run> <Run FontWeight="Bold">WIN + `</Run> <Run>(grave accent, above the Tab key), opens the quick search dialog.</Run>
Expand Down

0 comments on commit b877ecd

Please sign in to comment.