Skip to content

Commit a094881

Browse files
committed
Removed excess white space before transform element
1 parent 3237e69 commit a094881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/InAppNotification/InAppNotificationXaml.bind

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
VerticalAlignment="Center"
266266
Visibility="{Binding ShowDismissButton, ElementName=ExampleCustomInAppNotification}">
267267
<Button.RenderTransform>
268-
<TranslateTransform x:Name="DismissButtonTransform" X="20" Y="1"/>
268+
<TranslateTransform x:Name="DismissButtonTransform" X="20" Y="1"/>
269269
</Button.RenderTransform>
270270
</Button>
271271
</Grid>

0 commit comments

Comments
 (0)