This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/GitHub.VisualStudio/Views/Dialog Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 <TextBlock Margin =" 0 16 0 0" FontSize =" 14" >This operation will:</TextBlock >
4040
4141 <StackPanel Orientation =" Vertical" >
42- <Border Margin =" 0 8 0 0 " CornerRadius =" 2" Background =" #ffeff1f5" Padding =" 16" >
42+ <Border Margin =" 0 8 0 4 " CornerRadius =" 2" Background =" #ffeff1f5" Padding =" 8 16" >
4343 <StackPanel >
4444 <Grid Margin =" 0 0 0 0" >
4545 <Grid .ColumnDefinitions>
8080 </Border >
8181
8282 <TextBlock TextWrapping =" Wrap"
83+ Margin =" 0 4"
8384 Foreground =" Red"
84- Margin =" 0 8"
8585 Text =" {Binding Error, Mode=OneWay}"
8686 Visibility =" {Binding Error, Converter={ui:NullToVisibilityConverter}}"
8787 HorizontalAlignment =" Left" />
88- <StackPanel Orientation =" Horizontal" HorizontalAlignment =" Right" >
88+ <StackPanel Margin = " 0 8 " Orientation =" Horizontal" HorizontalAlignment =" Right" >
8989 <Button HorizontalAlignment =" Right" Padding =" 16 4" BorderThickness =" 0" Margin =" 0 0 4 0" Click =" backButton_OnClick" >Back</Button >
9090 <Button HorizontalAlignment =" Right" Padding =" 16 4" BorderThickness =" 0" Click =" repoForkButton_OnClick" >Fork Repository</Button >
9191 </StackPanel >
You can’t perform that action at this time.
0 commit comments