This commit is contained in:
Marcel Wagner 2020-09-28 20:08:48 +02:00
Родитель 49a88c7d57
Коммит dc9495d351
1 изменённых файлов: 3 добавлений и 6 удалений

Просмотреть файл

@ -50,13 +50,10 @@
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>