aboutsummaryrefslogtreecommitdiff
path: root/pd/src/u_main.tk
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2009-02-05 03:28:27 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2009-02-05 03:28:27 +0000
commit665e5e4ff584237c1e3aac97d59995ec8ddda817 (patch)
tree8dddd344a301b359f4135fc97c3e3b6c7cc2ff77 /pd/src/u_main.tk
parentbe515e5f170a43d88b28b8dad6c6fe7064359df6 (diff)
0.42-4. Fixes "send" template bug, "gfxstub" bug, 2 pd~ bugs
svn path=/trunk/; revision=10737
Diffstat (limited to 'pd/src/u_main.tk')
-rw-r--r--pd/src/u_main.tk5
1 files changed, 2 insertions, 3 deletions
diff --git a/pd/src/u_main.tk b/pd/src/u_main.tk
index 4a49d460..8834d232 100644
--- a/pd/src/u_main.tk
+++ b/pd/src/u_main.tk
@@ -126,10 +126,9 @@ bind Text <Control-s> {}
# the menus are instantiated here for the main window
# for the patch windows, they are created by pdtk_canvas_new
menu .mbar
-canvas .dummy -height 2p -width 6c
frame .controls
-pack .controls .dummy -side top -fill x
+pack .controls -side top -fill x
menu .mbar.file -tearoff $pd_tearoff
.mbar add cascade -label "File" -menu .mbar.file
menu .mbar.find -tearoff $pd_tearoff
@@ -194,7 +193,7 @@ pack .controls.inout.out.label .controls.inout.out.level \
button .controls.dio -text "DIO\nerrors" \
-command {pd [concat pd audiostatus \;]}
-button .controls.clear -text "clear\nprinout" \
+button .controls.clear -text "clear\nprintout" \
-command {.printout.text delete 0.0 end}
pack .controls.inout.in .controls.inout.out -side left -padx 6