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:
parent
e5a1162ad9
commit
e76cb9c198
2 changed files with 2 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ namespace AideDeJeuLib.Monsters
|
||||||
|
|
||||||
this.SpecialFeaturesNodes = specialFeatures;
|
this.SpecialFeaturesNodes = specialFeatures;
|
||||||
this.ActionsNodes = actions;
|
this.ActionsNodes = actions;
|
||||||
this.ReactionsNodes = actions;
|
//this.ReactionsNodes = actions;
|
||||||
this.LegendaryActionsNodes = legendaryActions;
|
this.LegendaryActionsNodes = legendaryActions;
|
||||||
|
|
||||||
var divDescription = divBloc?.SelectSingleNode("div[contains(@class,'description')]");
|
var divDescription = divBloc?.SelectSingleNode("div[contains(@class,'description')]");
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ namespace AideDeJeu.Tools
|
||||||
{
|
{
|
||||||
public MonsterMarkdownTheme()
|
public MonsterMarkdownTheme()
|
||||||
{
|
{
|
||||||
|
this.Margin = 0;
|
||||||
var fd = FormatedTextHelpers.FontData.FromResource("content");
|
var fd = FormatedTextHelpers.FontData.FromResource("content");
|
||||||
//this.Paragraph.FontFamily = fd.FontFamily;
|
//this.Paragraph.FontFamily = fd.FontFamily;
|
||||||
this.Paragraph.FontSize = (float)fd.FontSize;
|
this.Paragraph.FontSize = (float)fd.FontSize;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue