1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 15:06:06 +00:00

Suppression margin dans la MarkdownView

This commit is contained in:
Yan Maniez 2018-06-20 14:53:00 +02:00
parent e5a1162ad9
commit e76cb9c198
2 changed files with 2 additions and 1 deletions

View file

@ -206,7 +206,7 @@ namespace AideDeJeuLib.Monsters
this.SpecialFeaturesNodes = specialFeatures;
this.ActionsNodes = actions;
this.ReactionsNodes = actions;
//this.ReactionsNodes = actions;
this.LegendaryActionsNodes = legendaryActions;
var divDescription = divBloc?.SelectSingleNode("div[contains(@class,'description')]");

View file

@ -9,6 +9,7 @@ namespace AideDeJeu.Tools
{
public MonsterMarkdownTheme()
{
this.Margin = 0;
var fd = FormatedTextHelpers.FontData.FromResource("content");
//this.Paragraph.FontFamily = fd.FontFamily;
this.Paragraph.FontSize = (float)fd.FontSize;