aboutsummaryrefslogtreecommitdiff
path: root/gui/button.c
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2002-11-19 11:49:31 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2002-11-19 11:49:31 +0000
commita9b31a37cbab6998e37a8f653d95c79bac66a43f (patch)
tree95b59955b07b3ccd8b45dcd5faf93bf32ee1492c /gui/button.c
parent70a37327e56146dc411b4d361d0e6c0465aec80f (diff)
trying to get the sizes right
svn path=/trunk/externals/ggee/; revision=219
Diffstat (limited to 'gui/button.c')
-rw-r--r--gui/button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/button.c b/gui/button.c
index 1bd4610..362312d 100644
--- a/gui/button.c
+++ b/gui/button.c
@@ -318,7 +318,7 @@ static void *button_new(t_symbol* text)
x->x_text = text;
/* TODO .. ask the button for its width */
- x->x_width += strlen(x->x_text->s_name)*5.6;
+ x->x_width += strlen(x->x_text->s_name)*5.7;
sprintf(buf,"button%x",x);
x->x_sym = gensym(buf);