Skip to content

Commit 8ed3c72

Browse files
Copilotayushjai19
andcommitted
Revert Margin syntax change in XAML sample code
Co-authored-by: ayushjai19 <244442986+ayushjai19@users.noreply.github.com>
1 parent c2388bc commit 8ed3c72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WinUIGallery/Samples/ControlPages/PipsPagerPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
&lt;/FlipView&gt;
4343
&lt;PipsPager x:Name="FlipViewPipsPager"
4444
HorizontalAlignment="Center"
45-
Margin="0,12,0,0"
45+
Margin="0, 12, 0, 0"
4646
NumberOfPages="{x:Bind Pictures.Count}"
4747
SelectedPageIndex="{x:Bind Path=Gallery.SelectedIndex, Mode=TwoWay}" /&gt;
4848
&lt;/StackPanel&gt;

0 commit comments

Comments
 (0)