update how newlines are handled
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
2ae01d3902
commit
21e2f2d599
4 changed files with 63 additions and 40 deletions
|
|
@ -266,7 +266,7 @@ int main() {
|
|||
add(f);
|
||||
|
||||
f = frame("Label", -PaddingContent, -PaddingContent, MwLabelClass,
|
||||
MwNtext, "Epic text\nI am newline too!",
|
||||
MwNtext, "Epic text\nNewline can be used too!",
|
||||
NULL);
|
||||
add(f);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue