Removed excess white space before transform element
This commit is contained in:
Родитель
3237e699ac
Коммит
a094881d9b
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче