Skip to content

Commit

Permalink
Merge branch 'master' into muxtestinfra
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuavio authored Oct 1, 2020
2 parents 8528591 + 79127cf commit ef749d6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Microsoft.Toolkit.Uwp.SampleApp/Pages/SampleController.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,12 @@
Margin="5,0,0,0"
Width="50">
<AppBarButton.Icon>
<PathIcon
Data="{StaticResource GithubIcon}"
Width="50"
Height="50"
Margin="-10">
<PathIcon Margin="-3"
VerticalAlignment="Center"
HorizontalAlignment="Center"
Data="{StaticResource GithubIcon}">
<PathIcon.RenderTransform>
<CompositeTransform TranslateY="8" TranslateX="3" />
<CompositeTransform TranslateY="5" TranslateX="-5" />
</PathIcon.RenderTransform>
</PathIcon>
</AppBarButton.Icon>
Expand Down

0 comments on commit ef749d6

Please sign in to comment.