From 68e95ce3e7d4489c68ca3d610991a198acc71a19 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 18 Dec 2011 22:24:23 +0100 Subject: Auto-furniture mostly working --- src/stylesheet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stylesheet.c') diff --git a/src/stylesheet.c b/src/stylesheet.c index 296d562..2e97d66 100644 --- a/src/stylesheet.c +++ b/src/stylesheet.c @@ -547,7 +547,7 @@ void default_stylesheet(StyleSheet *ss) sty->halign = J_CENTER; sty->valign = V_CENTER; sty->offset_x = -200.0; - sty->offset_y = +300.0; + sty->offset_y = -200.0; sty->role = S_ROLE_PTITLE_REF; sty = new_style(ss, "Presentation author"); -- cgit v1.2.3