Skip to content

Commit c9f6f46

Browse files
author
Yair Aichenbaum
committed
Cleaned up xaml in settings pages
1 parent 8ad0789 commit c9f6f46

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Files/SettingsPages/Personalization.xaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
88
mc:Ignorable="d">
99

10-
<Grid Margin="12,12,4,4">
10+
<Grid>
1111

1212
<ScrollViewer HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
13-
<StackPanel Orientation="Vertical" Spacing="14">
13+
<StackPanel Orientation="Vertical" Spacing="14" Margin="12,12,8,8">
1414

1515
<TextBlock FontSize="22" Text="Personalization" />
1616

@@ -31,7 +31,6 @@
3131
x:Name="ThemeChooser"
3232
Grid.Column="3"
3333
Width="150"
34-
Margin="0,0,8,0"
3534
HorizontalAlignment="Right" />
3635
</Grid>
3736

@@ -52,7 +51,6 @@
5251
x:Name="DateFormatChooser"
5352
Grid.Column="3"
5453
Width="175"
55-
Margin="0,0,8,0"
5654
HorizontalAlignment="Right" />
5755
</Grid>
5856

@@ -75,7 +73,7 @@
7573
HorizontalAlignment="Right"
7674
OffContent=""
7775
OnContent=""
78-
Width="50"/>
76+
Width="40"/>
7977
</Grid>
8078

8179
</StackPanel>

Files/SettingsPages/Preferences.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
1010
mc:Ignorable="d">
1111

12-
<Grid Margin="12,12,8,8">
12+
<Grid>
1313
<ScrollViewer>
1414
<StackPanel
15+
Margin="12,12,8,8"
1516
HorizontalAlignment="Stretch"
1617
VerticalAlignment="Stretch"
1718
Spacing="14">
@@ -112,7 +113,6 @@
112113
x:Name="PictureL"
113114
Grid.Row="3"
114115
Grid.Column="1"
115-
Margin="0,0,8,0"
116116
HorizontalAlignment="Stretch"
117117
VerticalAlignment="Center"
118118
PlaceholderText="Set custom pictures location" />

0 commit comments

Comments
 (0)