aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-12-08 00:29:32 +0100
committerThomas White <taw@bitwiz.org.uk>2012-12-08 00:29:32 +0100
commit8d1edebd0dda444f0c3d119615e6e6ea2077222b (patch)
treebd346874105544d90f897b3b3cb482f75dacdaf8 /tests
parent89c4584751f46751ad354161fc42989c371bab42 (diff)
Tweak parameters
Diffstat (limited to 'tests')
-rw-r--r--tests/render_test.c8
1 files changed, 4 insertions, 4 deletions
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");