Skip to content

Commit 00b4672

Browse files
committed
Merge branch 'imp_wcb' of https://github.com/d2dyno1/Files into imp_wcb
2 parents e3c36ff + ed3e485 commit 00b4672

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Files/Views/YourHome.xaml

+5-6
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99
mc:Ignorable="d">
1010

1111
<ScrollViewer>
12-
<Border Padding="14">
13-
<widgets:WidgetsListControl
14-
x:Name="Widgets"
15-
VerticalAlignment="Stretch"
16-
HorizontalAlignment="Stretch"/>
17-
</Border>
12+
<widgets:WidgetsListControl
13+
x:Name="Widgets"
14+
Margin="24"
15+
HorizontalAlignment="Stretch"
16+
VerticalAlignment="Stretch" />
1817
</ScrollViewer>
1918
</Page>

0 commit comments

Comments
 (0)