aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/slide.c
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/slide.c')
-rw-r--r--libstorycode/slide.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/slide.c b/libstorycode/slide.c
index 9ce0930..ca40347 100644
--- a/libstorycode/slide.c
+++ b/libstorycode/slide.c
@@ -111,6 +111,7 @@ int slide_add_text(Slide *s, char **text, int n_text, struct frame_geom geom)
item->n_paras = n_text;
item->geom = geom;
+ item->align = ALIGN_LEFT;
return 0;
}