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

Commit ba5930e

Browse files
committed
Add margin of 9 under search box
1 parent 5a5b70c commit ba5930e

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,4"
18+
Margin="0,0,0,9"
1919
PromptText="Search or enter a URL"
2020
Text="{Binding Filter, UpdateSourceTrigger=PropertyChanged, Delay=300}"/>
2121

0 commit comments

Comments
 (0)