Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PDSLLabs Public
QMSL
PDFGenerator QMSL
Commits
4dbe0816
Commit
4dbe0816
authored
Feb 19, 2021
by
Nuno Alves
Browse files
From fix/817-table-truncated-links into master
parent
a365c8c6
Changes
2
Show whitespace changes
Inline
Side-by-side
pdf-generator/EvaluationReport/CourseInformationTables.cs
View file @
4dbe0816
...
...
@@ -82,6 +82,7 @@ namespace PDFGenerator.EvaluationReport
table
=
new
Table
(
UnitValue
.
CreatePercentArray
(
new
float
[]
{
1f
,
1f
}))
.
SetWidth
(
UnitValue
.
CreatePercentValue
(
100
))
.
SetFixedLayout
()
.
SetMarginTop
(-
2f
)
.
SetMarginBottom
(
10f
);
...
...
pdf-generator/Renderers/FactsheetRenderer.cs
View file @
4dbe0816
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment