Skip to content

Commit 17c685e

Browse files
Formatted XAML files
1 parent 5fb9ce1 commit 17c685e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Views/ReleaseNotesPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<!-- WebView -->
2222
<WebView2
2323
x:Name="BlogPostWebView"
24-
FlowDirection="LeftToRight"
2524
HorizontalAlignment="Stretch"
2625
VerticalAlignment="Stretch"
2726
CoreWebView2Initialized="BlogPostWebView_CoreWebView2Initialized"
27+
FlowDirection="LeftToRight"
2828
Source="{x:Bind ViewModel.BlogPostUrl, Mode=OneWay}" />
2929

3030
<!-- Footer -->

0 commit comments

Comments
 (0)