Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 185671f

Browse files
committed
Update action words and add margins
1 parent 3b85d2f commit 185671f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/GitHub.VisualStudio/UI/Views/LoggedOutView.xaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,17 @@
3030
</UserControl.Resources>
3131

3232
<DockPanel>
33-
<StackPanel Orientation="Vertical" VerticalAlignment="Center">
33+
<StackPanel Margin="10" Orientation="Vertical">
3434
<ui:OcticonImage Icon="mark_github"
3535
Foreground="{DynamicResource GitHubVsWindowText}"
3636
Margin="0,5"
3737
Width="48"
3838
Height="48" />
3939
<Label
40+
Foreground="{DynamicResource GitHubVsWindowText}"
4041
HorizontalAlignment="Center"
4142
FontSize="16"
42-
Content="Connect to GitHub" />
43+
Content="Log into GitHub" />
4344
<TextBlock
4445
TextWrapping="Wrap"
4546
TextAlignment="Center"
@@ -50,13 +51,13 @@
5051
HorizontalAlignment="Center"
5152
Orientation="Horizontal">
5253
<TextBlock
53-
Margin="5,0"
54+
Margin="10,0"
5455
HorizontalAlignment="Center">
55-
<Hyperlink>Connect...</Hyperlink>
56+
<Hyperlink>Log in</Hyperlink>
5657
</TextBlock>
5758

5859
<TextBlock
59-
Margin="5,0"
60+
Margin="10,0"
6061
HorizontalAlignment="Center">
6162
<Hyperlink>Sign up</Hyperlink>
6263
</TextBlock>

0 commit comments

Comments
 (0)