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

Commit 5a5b70c

Browse files
committed
Use 12,12 margin for clone dialog
1 parent a661e7d commit 5a5b70c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
xmlns:vs="clr-namespace:Microsoft.VisualStudio.PlatformUI;assembly=Microsoft.VisualStudio.Shell.14.0"
1010
Background="{DynamicResource {x:Static vs:EnvironmentColors.ToolWindowBackgroundBrushKey}}"
1111
Foreground="{DynamicResource {x:Static vs:EnvironmentColors.ToolWindowTextBrushKey}}"
12+
Margin="12,12"
1213
mc:Ignorable="d" d:DesignHeight="414" d:DesignWidth="440">
1314
<d:DesignData.DataContext>
1415
<ghfvs:RepositoryCloneViewModelDesigner/>

0 commit comments

Comments
 (0)