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

Commit 6719cb3

Browse files
committed
Add margin of 9 above search box
1 parent 9c51ac4 commit 6719cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<DockPanel>
1717
<ghfvs:PromptTextBox DockPanel.Dock="Top"
18-
Margin="0,0,0,9"
18+
Margin="0,9"
1919
PromptText="Search or enter a URL"
2020
Text="{Binding Filter, UpdateSourceTrigger=PropertyChanged, Delay=300}"/>
2121

0 commit comments

Comments
 (0)