Skip to content

Commit dc9495d

Browse files
committed
Do some stuff...
1 parent 49a88c7 commit dc9495d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Microsoft.Toolkit.Uwp.SampleApp/Pages/SampleController.xaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,10 @@
5050
Margin="5,0,0,0"
5151
Width="50">
5252
<AppBarButton.Icon>
53-
<PathIcon
54-
Data="{StaticResource GithubIcon}"
55-
Width="50"
56-
Height="50"
57-
Margin="-10">
53+
<PathIcon Margin="-3" VerticalAlignment="Center" HorizontalAlignment="Center"
54+
Data="{StaticResource GithubIcon}">
5855
<PathIcon.RenderTransform>
59-
<CompositeTransform TranslateY="8" TranslateX="3" />
56+
<CompositeTransform TranslateY="5" TranslateX="-5" />
6057
</PathIcon.RenderTransform>
6158
</PathIcon>
6259
</AppBarButton.Icon>

0 commit comments

Comments
 (0)