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

Commit c50f4f1

Browse files
committed
Update Octicons and other visual tweaks
1 parent 852f282 commit c50f4f1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/GitHub.VisualStudio/Views/Dialog/ForkRepositoryExecuteView.xaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,42 +38,42 @@
3838
<TextBlock Margin="0 16 0 0" FontSize="14">This operation will:</TextBlock>
3939

4040
<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">
4242
<Grid>
4343
<Grid.ColumnDefinitions>
4444
<ColumnDefinition Width="Auto" />
4545
<ColumnDefinition Width="*" />
4646
</Grid.ColumnDefinitions>
4747

4848
<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>
5050
</Grid>
5151
</Border>
5252

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">
5454
<Grid>
5555
<Grid.ColumnDefinitions>
5656
<ColumnDefinition Width="Auto" />
5757
<ColumnDefinition Width="*" />
5858
</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" />
6060

61-
<TextBlock Grid.Column="1" TextWrapping="Wrap">
61+
<TextBlock Margin="8 0 0 0" Grid.Column="1" TextWrapping="Wrap">
6262
Update your local repository's <Run Style="{DynamicResource {x:Static markdig:Styles.CodeStyleKey}}">origin</Run> to point to
6363
<Hyperlink><Run Text="{Binding DestinationRepository.CloneUrl, Mode=OneWay}"/></Hyperlink>
6464
</TextBlock>
6565
</Grid>
6666
</Border>
6767

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">
6969
<Grid>
7070
<Grid.ColumnDefinitions>
7171
<ColumnDefinition Width="Auto" />
7272
<ColumnDefinition Width="*" />
7373
</Grid.ColumnDefinitions>
7474

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">
7777
Add an <Run Style="{DynamicResource {x:Static markdig:Styles.CodeStyleKey}}">upstream</Run> remote pointing to
7878
<Hyperlink><Run Text="{Binding SourceRepository.CloneUrl, Mode=OneWay}"/></Hyperlink>
7979
</TextBlock>

0 commit comments

Comments
 (0)