We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a88c7 commit dc9495dCopy full SHA for dc9495d
Microsoft.Toolkit.Uwp.SampleApp/Pages/SampleController.xaml
@@ -50,13 +50,10 @@
50
Margin="5,0,0,0"
51
Width="50">
52
<AppBarButton.Icon>
53
- <PathIcon
54
- Data="{StaticResource GithubIcon}"
55
- Width="50"
56
- Height="50"
57
- Margin="-10">
+ <PathIcon Margin="-3" VerticalAlignment="Center" HorizontalAlignment="Center"
+ Data="{StaticResource GithubIcon}">
58
<PathIcon.RenderTransform>
59
- <CompositeTransform TranslateY="8" TranslateX="3" />
+ <CompositeTransform TranslateY="5" TranslateX="-5" />
60
</PathIcon.RenderTransform>
61
</PathIcon>
62
</AppBarButton.Icon>
0 commit comments