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

Commit 9c51ac4

Browse files
committed
Add margin of 18 above buttons
1 parent bbd598b commit 9c51ac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

2222
<DockPanel>
23-
<StackPanel Orientation="Horizontal" DockPanel.Dock="Bottom" HorizontalAlignment="Right">
23+
<StackPanel Orientation="Horizontal" DockPanel.Dock="Bottom" HorizontalAlignment="Right" Margin="0,18,0,0">
2424
<Button
2525
HorizontalAlignment="Center"
2626
IsDefault="True"
@@ -37,7 +37,7 @@
3737
AutomationProperties.AutomationId="{x:Static ghfvs:AutomationIDs.OpenRepositoryButton}"/>
3838
</StackPanel>
3939

40-
<DockPanel DockPanel.Dock="Bottom" Margin="0,9">
40+
<DockPanel DockPanel.Dock="Bottom" Margin="0,9,0,0">
4141
<Label DockPanel.Dock="Left" Content="{x:Static ghfvs:Resources.localPathText}" />
4242
<Button DockPanel.Dock="Right"
4343
Command="{Binding Browse}"

0 commit comments

Comments
 (0)