Skip to content

Commit f0e1617

Browse files
committed
Consistent 1 pixel Y transform
1 parent a094881 commit f0e1617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Core/InAppNotification/Styles/MSEdgeNotificationStyle.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
Padding="4"
155155
Style="{StaticResource DismissTextBlockButtonStyle}">
156156
<Button.RenderTransform>
157-
<TranslateTransform x:Name="DismissButtonTransform" X="20" Y="2"/>
157+
<TranslateTransform x:Name="DismissButtonTransform" X="20" Y="1"/>
158158
</Button.RenderTransform>
159159
</Button>
160160
</Grid>

0 commit comments

Comments
 (0)