From a9b31a37cbab6998e37a8f653d95c79bac66a43f Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Tue, 19 Nov 2002 11:49:31 +0000 Subject: trying to get the sizes right svn path=/trunk/externals/ggee/; revision=219 --- gui/button.c | 2 +- gui/fatom.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gui') 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); diff --git a/gui/fatom.h b/gui/fatom.h index 50adf92..6cba41c 100644 --- a/gui/fatom.h +++ b/gui/fatom.h @@ -182,7 +182,7 @@ static void fatom_drawme(t_fatom *x, t_glist *glist, int firsttime) text_xpix(&x->x_obj, glist), text_ypix(&x->x_obj, glist)+2); } draw_inlets(x, glist, firsttime, 1,1); - draw_handle(x, glist, firsttime); + // draw_handle(x, glist, firsttime); } -- cgit v1.2.1