aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-12-18 22:24:23 +0100
committerThomas White <taw@bitwiz.org.uk>2011-12-18 22:24:23 +0100
commit68e95ce3e7d4489c68ca3d610991a198acc71a19 (patch)
treed3fc5b77e72b573ddf0c92874a1270a73f37389f /src/stylesheet.c
parent0f0b800481ee358cbe2bd5eb068b4ab58b327ab7 (diff)
Auto-furniture mostly working
Diffstat (limited to 'src/stylesheet.c')
-rw-r--r--src/stylesheet.c2
1 files changed, 1 insertions, 1 deletions
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");