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

Commit c7dc3ae

Browse files
committed
Add margin of 6 to the sides of path box
1 parent b81e495 commit c7dc3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
VerticalContentAlignment="Center">
4747
Browse
4848
</Button>
49-
<TextBox Text="{Binding Path, UpdateSourceTrigger=PropertyChanged}"
49+
<TextBox Text="{Binding Path, UpdateSourceTrigger=PropertyChanged}" Margin="6,0"
5050
VerticalContentAlignment="Center" />
5151
</DockPanel>
5252

0 commit comments

Comments
 (0)