aboutsummaryrefslogtreecommitdiff
path: root/pd/src/g_numbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/g_numbox.c')
-rw-r--r--pd/src/g_numbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/src/g_numbox.c b/pd/src/g_numbox.c
index 68e1399d..04c9c1bb 100644
--- a/pd/src/g_numbox.c
+++ b/pd/src/g_numbox.c
@@ -749,7 +749,7 @@ static void *my_numbox_new(t_symbol *s, int argc, t_atom *argv)
t_my_numbox *x = (t_my_numbox *)pd_new(my_numbox_class);
int bflcol[]={-262144, -1, -1};
int w=5, h=14;
- int lilo=0, f=0, ldx=0, ldy=-6;
+ int lilo=0, f=0, ldx=0, ldy=-8;
int fs=10;
int log_height=256;
double min=-1.0e+37, max=1.0e+37,v=0.0;