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

Commit bbd598b

Browse files
committed
Align Clone and Open to the right
1 parent 657df32 commit bbd598b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,16 @@
2020
</Control.Resources>
2121

2222
<DockPanel>
23-
<StackPanel Orientation="Horizontal" DockPanel.Dock="Bottom" HorizontalAlignment="Center">
23+
<StackPanel Orientation="Horizontal" DockPanel.Dock="Bottom" HorizontalAlignment="Right">
2424
<Button
25-
Margin="12"
2625
HorizontalAlignment="Center"
2726
IsDefault="True"
2827
Command="{Binding Clone}"
2928
Content="Clone"
3029
AutomationProperties.AutomationId="{x:Static ghfvs:AutomationIDs.CloneRepositoryButton}"/>
3130

3231
<Button
33-
Margin="12"
32+
Margin="6,0,0,0"
3433
HorizontalAlignment="Center"
3534
IsDefault="True"
3635
Command="{Binding Open}"

0 commit comments

Comments
 (0)