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

Commit 060cfb8

Browse files
committed
Move Sign in to link at top right
1 parent 23779f9 commit 060cfb8

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/GitHub.VisualStudio.UI/Views/Dialog/Clone/RepositoryCloneView.xaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@
2121

2222
<DockPanel>
2323
<StackPanel Orientation="Horizontal" DockPanel.Dock="Bottom" HorizontalAlignment="Right" Margin="0,18,0,0">
24-
<Button
25-
Margin="0,0,6,0"
26-
HorizontalAlignment="Center"
27-
IsDefault="True"
28-
Command="{Binding LoginAsDifferentUser}"
29-
Content="{x:Static ghfvs:Resources.LoginLink}"
30-
KeyboardNavigation.TabIndex="5" />
31-
3224
<Button
3325
HorizontalAlignment="Center"
3426
IsDefault="True"
@@ -47,6 +39,12 @@
4739
KeyboardNavigation.TabIndex="6"/>
4840
</StackPanel>
4941

42+
<TextBlock DockPanel.Dock="Top" TextAlignment="Right">
43+
<Hyperlink Command="{Binding LoginAsDifferentUser}">
44+
<Run Text="{x:Static ghfvs:Resources.LoginLink}" />
45+
</Hyperlink>
46+
</TextBlock>
47+
5048
<DockPanel DockPanel.Dock="Bottom" Margin="0,9,0,0">
5149
<Label DockPanel.Dock="Left" Content="{x:Static ghfvs:Resources.localPathText}" />
5250
<Button DockPanel.Dock="Right"

0 commit comments

Comments
 (0)