|
38 | 38 | <TextBlock Margin="0 16 0 0" FontSize="14">This operation will:</TextBlock> |
39 | 39 |
|
40 | 40 | <StackPanel Orientation="Vertical"> |
41 | | - <Border Margin="0 4 0 0" CornerRadius="4" Background="#ffeff1f5" Padding="8"> |
| 41 | + <Border Margin="0 8 0 0" CornerRadius="2" Background="#ffeff1f5" Padding="8"> |
42 | 42 | <Grid> |
43 | 43 | <Grid.ColumnDefinitions> |
44 | 44 | <ColumnDefinition Width="Auto" /> |
45 | 45 | <ColumnDefinition Width="*" /> |
46 | 46 | </Grid.ColumnDefinitions> |
47 | 47 |
|
48 | 48 | <ui:OcticonImage Grid.Column="0" Icon="repo_forked" Background="Red" Height="16" Width="16" /> |
49 | | - <TextBlock Grid.Column="1" TextWrapping="Wrap">Fork the repo</TextBlock> |
| 49 | + <TextBlock Margin="8 0 0 0" Grid.Column="1" TextWrapping="Wrap">Fork the repo</TextBlock> |
50 | 50 | </Grid> |
51 | 51 | </Border> |
52 | 52 |
|
53 | | - <Border Margin="0 4 0 0" CornerRadius="4" Background="#ffeff1f5" Padding="8"> |
| 53 | + <Border Margin="0 8 0 0" CornerRadius="2" Background="#ffeff1f5" Padding="8"> |
54 | 54 | <Grid> |
55 | 55 | <Grid.ColumnDefinitions> |
56 | 56 | <ColumnDefinition Width="Auto" /> |
57 | 57 | <ColumnDefinition Width="*" /> |
58 | 58 | </Grid.ColumnDefinitions> |
59 | | - <ui:OcticonImage Grid.Column="0" Icon="repo_forked" Height="16" Width="16" /> |
| 59 | + <ui:OcticonImage Grid.Column="0" Icon="home" Height="16" Width="16" /> |
60 | 60 |
|
61 | | - <TextBlock Grid.Column="1" TextWrapping="Wrap"> |
| 61 | + <TextBlock Margin="8 0 0 0" Grid.Column="1" TextWrapping="Wrap"> |
62 | 62 | Update your local repository's <Run Style="{DynamicResource {x:Static markdig:Styles.CodeStyleKey}}">origin</Run> to point to |
63 | 63 | <Hyperlink><Run Text="{Binding DestinationRepository.CloneUrl, Mode=OneWay}"/></Hyperlink> |
64 | 64 | </TextBlock> |
65 | 65 | </Grid> |
66 | 66 | </Border> |
67 | 67 |
|
68 | | - <Border Margin="0 4 0 0" CornerRadius="4" Background="#ffeff1f5" Padding="8"> |
| 68 | + <Border Margin="0 8 0 0" CornerRadius="2" Background="#ffeff1f5" Padding="8"> |
69 | 69 | <Grid> |
70 | 70 | <Grid.ColumnDefinitions> |
71 | 71 | <ColumnDefinition Width="Auto" /> |
72 | 72 | <ColumnDefinition Width="*" /> |
73 | 73 | </Grid.ColumnDefinitions> |
74 | 74 |
|
75 | | - <ui:OcticonImage Grid.Column="0" Icon="repo_forked" Height="16" Width="16" /> |
76 | | - <TextBlock Grid.Column="1" TextWrapping="Wrap"> |
| 75 | + <ui:OcticonImage Grid.Column="0" Icon="globe" Height="16" Width="16" /> |
| 76 | + <TextBlock Margin="8 0 0 0" Grid.Column="1" TextWrapping="Wrap"> |
77 | 77 | Add an <Run Style="{DynamicResource {x:Static markdig:Styles.CodeStyleKey}}">upstream</Run> remote pointing to |
78 | 78 | <Hyperlink><Run Text="{Binding SourceRepository.CloneUrl, Mode=OneWay}"/></Hyperlink> |
79 | 79 | </TextBlock> |
|
0 commit comments