File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 8
8
Background =" {ThemeResource ApplicationPageBackgroundThemeBrush}"
9
9
mc : Ignorable =" d" >
10
10
11
- <StackPanel Margin =" 14" Spacing =" 24" >
12
- <local : LibraryCards x : Name =" LibraryWidget" x : Load =" {x:Bind AppSettings.ShowLibraryCardsWidget, Mode=OneWay}" />
11
+ <ScrollViewer >
12
+ <StackPanel Margin =" 14" Spacing =" 24" >
13
+ <local : LibraryCards x : Name =" LibraryWidget" x : Load =" {x:Bind AppSettings.ShowLibraryCardsWidget, Mode=OneWay}" />
13
14
14
- <local : DrivesWidget x : Name =" DrivesWidget" x : Load =" {x:Bind AppSettings.ShowDrivesWidget, Mode=OneWay}" />
15
+ <local : DrivesWidget x : Name =" DrivesWidget" x : Load =" {x:Bind AppSettings.ShowDrivesWidget, Mode=OneWay}" />
15
16
16
- <local : RecentFiles x : Name =" RecentFilesWidget" x : Load =" {x:Bind AppSettings.ShowRecentFilesWidget, Mode=OneWay}" />
17
- </StackPanel >
17
+ <local : RecentFiles x : Name =" RecentFilesWidget" x : Load =" {x:Bind AppSettings.ShowRecentFilesWidget, Mode=OneWay}" />
18
+ </StackPanel >
19
+ </ScrollViewer >
18
20
</Page >
You can’t perform that action at this time.
0 commit comments