Skip to content

Commit 73da204

Browse files
committed
Markdown control already has an integrated scroll viewer
1 parent 0a2f1f7 commit 73da204

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sources/editor/Stride.GameStudio.Avalonia/Views/MarkdownViewerWindow.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Title="{sd:LocalizeString About Stride, Context=About}" ShowInTaskbar="False"
1212
CanResize="False" SizeToContent="WidthAndHeight"
1313
WindowStartupLocation="CenterOwner">
14-
<ScrollViewer Margin="10">
14+
<Grid Margin="10">
1515
<md:MarkdownScrollViewer x:Name="MarkdownViewer" />
16-
</ScrollViewer>
16+
</Grid>
1717
</Window>

0 commit comments

Comments
 (0)