aboutsummaryrefslogtreecommitdiff
path: root/pd/src/g_toggle.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/g_toggle.c')
-rw-r--r--pd/src/g_toggle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pd/src/g_toggle.c b/pd/src/g_toggle.c
index efed91e2..e36be5fa 100644
--- a/pd/src/g_toggle.c
+++ b/pd/src/g_toggle.c
@@ -363,8 +363,8 @@ static void *toggle_new(t_symbol *s, int argc, t_atom *argv)
t_toggle *x = (t_toggle *)pd_new(toggle_class);
int bflcol[]={-262144, -1, -1};
int a=IEM_GUI_DEFAULTSIZE, f=0;
- int ldx=0, ldy=-6;
- int fs=8;
+ int ldx=17, ldy=7;
+ int fs=10;
float on=0.0, nonzero=1.0;
char str[144];