1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-11-01 16:05:42 +00:00

Suppression bordure inutile

This commit is contained in:
Yan Maniez 2018-07-02 23:35:52 +02:00
parent 99e901ab0f
commit f313c34ac2

View file

@ -13,8 +13,6 @@
</ResourceDictionary> </ResourceDictionary>
</ContentPage.Resources> </ContentPage.Resources>
<ScrollView Orientation="Vertical" BackgroundColor="#fdf1dc"> <ScrollView Orientation="Vertical" BackgroundColor="#fdf1dc">
<StackLayout Orientation="Vertical" Padding="15"> <mdview:MarkdownView x:Name="mdMarkdown" Theme="{StaticResource MonsterMarkdownTheme}" Markdown="{Binding Item.Markdown}" />
<mdview:MarkdownView x:Name="mdMarkdown" Theme="{StaticResource MonsterMarkdownTheme}" Markdown="{Binding Item.Markdown}" />
</StackLayout>
</ScrollView> </ScrollView>
</ContentPage> </ContentPage>