Skip to content

Commit 45d99ec

Browse files
committed
Fix inconsistent paddingInline in HomePage
1 parent 3724b85 commit 45d99ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/iNKORE.UI.WPF.Modern.Gallery/Pages/NewControlsPage.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<Grid Background="{DynamicResource HomePageBackgroundBrush}">
3030
<ui:GridView
3131
x:Name="itemGridView"
32-
Padding="30,0,30,0"
32+
Padding="36,0,36,0"
3333
AutomationProperties.AutomationId="ItemGridView"
3434
AutomationProperties.Name="Items In Group"
3535
IsItemClickEnabled="True"
@@ -65,7 +65,7 @@
6565
</Grid>
6666
</Border>
6767

68-
<StackPanel Grid.RowSpan="4" Margin="33,63,30,0" Orientation="Vertical" VerticalAlignment="Top">
68+
<StackPanel Grid.RowSpan="4" Margin="36,63,36,0" Orientation="Vertical" VerticalAlignment="Top">
6969
<TextBlock
7070
x:Name="smallHeaderSubtitleText"
7171
Foreground="Black"
@@ -82,7 +82,7 @@
8282

8383
<controls:TileGallery Grid.Row="2" Margin="0,0,0,0"/>
8484

85-
<uc:DocumentationPromotion Grid.Row="3" Margin="30,16,30,0" />
85+
<uc:DocumentationPromotion Grid.Row="3" Margin="36,16,36,0" />
8686
</Grid>
8787
</ui:ListViewHelper.Header>
8888

0 commit comments

Comments
 (0)