From 5f9d9c46b8c6b7c9a82917a0e916d2a8435f6650 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 28 Oct 2001 01:47:11 +0000 Subject: [PATCH] oops - and give ourselves out 8 pixels padding too :) SVN revision: 5584 --- tools/e_setup.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/e_setup.c b/tools/e_setup.c index 9c908031f..9c785a838 100644 --- a/tools/e_setup.c +++ b/tools/e_setup.c @@ -678,6 +678,8 @@ _txz_cb_get_min_size(void *data, double *minw, double *minh) *minh += h; } } + *minw += 8; + *minh += 8; } static void @@ -700,6 +702,8 @@ _txz_cb_get_max_size(void *data, double *maxw, double *maxh) *maxh += h; } } + *maxw += 8; + *maxh += 8; } static void