From 8d1edebd0dda444f0c3d119615e6e6ea2077222b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 8 Dec 2012 00:29:32 +0100 Subject: Tweak parameters --- tests/render_test.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/render_test.c') diff --git a/tests/render_test.c b/tests/render_test.c index ea3229f..fcc77fc 100644 --- a/tests/render_test.c +++ b/tests/render_test.c @@ -94,10 +94,10 @@ int main(int argc, char *argv[]) sty2->lop.pad_r = 10.0; sty2->lop.pad_t = 10.0; sty2->lop.pad_b = 10.0; - sty2->lop.margin_l = 10.0; - sty2->lop.margin_r = 10.0; - sty2->lop.margin_t = 10.0; - sty2->lop.margin_b = 10.0; + sty2->lop.margin_l = 5.0; + sty2->lop.margin_r = 5.0; + sty2->lop.margin_t = 5.0; + sty2->lop.margin_b = 5.0; sty2->lop.grav = DIR_UL; sty2->name = strdup("Text frame"); -- cgit v1.2.3