Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit dbd88d4

Browse files
authored
Merge pull request #5 from tsaomao/patch-1
Fix lineSpacing for slides
2 parents 736a664 + 17703bd commit dbd88d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

finish/slides.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function createSlideJSON(licenseData, index) {
7676
objectId: `${ID_TITLE_SLIDE_BODY}_${index}`,
7777
fields: '*',
7878
style: {
79-
lineSpacing: 10,
79+
lineSpacing: 100.0,
8080
spaceAbove: {magnitude: 0, unit: 'PT'},
8181
spaceBelow: {magnitude: 0, unit: 'PT'},
8282
}

0 commit comments

Comments
 (0)