Skip to content

Commit 06f39b1

Browse files
committed
Adding padding
1 parent d914466 commit 06f39b1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

MarkdigAgg/MarkdownWidget.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ public MarkdownWidget(ThemeConfig theme, bool scrollContent = true)
113113
contentPanel = new FlowLayoutWidget(FlowDirection.TopToBottom)
114114
{
115115
HAnchor = HAnchor.Stretch,
116-
VAnchor = VAnchor.Fit
116+
VAnchor = VAnchor.Fit,
117+
Padding = new BorderDouble(10, 0),
117118
};
118119

119120
this.AddChild(contentPanel);

0 commit comments

Comments
 (0)