Removed excess white space before transform element

This commit is contained in:
Darren Batchelor 2021-09-15 14:36:51 -07:00
Родитель 3237e699ac
Коммит a094881d9b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -265,7 +265,7 @@
VerticalAlignment="Center"
Visibility="{Binding ShowDismissButton, ElementName=ExampleCustomInAppNotification}">
<Button.RenderTransform>
<TranslateTransform x:Name="DismissButtonTransform" X="20" Y="1"/>
<TranslateTransform x:Name="DismissButtonTransform" X="20" Y="1"/>
</Button.RenderTransform>
</Button>
</Grid>