Skip to content

Commit fd6bac7

Browse files
committed
Add a little more space between slide title and accent rule in PPTX.
Increase the gap below heading text before the blue underline on content slides.
1 parent 1492c14 commit fd6bac7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎scripts/lib/fill_pptx_genjs.mjs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function addTitleBlock(s, pptx, slide, theme) {
151151
});
152152

153153
if (!theme.titleBar) {
154-
const barY = titleY + titleH + 0.04;
154+
const barY = titleY + titleH + 0.10;
155155
s.addShape(pptx.ShapeType.rect, {
156156
x: 0.5,
157157
y: barY,

0 commit comments

Comments
 (0)