Patches item #2510152, was opened at 2009-01-15 10:18 Message generated for change (Comment added) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2510152...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: useless dummy canvas in pd main window ?
Initial Comment: there is a line: canvas .dummy -height 2p -width 6c in pd.tk (u_main.tk). for what is it needed ?
as at least on linux the pd main window doesnt look "nice" when the dummy canvas is in (see attached screenshot, comparing with and without the dummy canvas)
if its not needed: 129d128 < canvas .dummy -height 2p -width 6c 132c131 < pack .controls .dummy -side top -fill x ---
pack .controls -side top -fill x
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-01-15 16:53
Message: If you have an interest, pd-devel is ready for someone to make a new Pd window. Want to take it on?
The current one also doesn't resize gracefully.
----------------------------------------------------------------------
Comment By: oskude (oskude) Date: 2009-01-15 11:54
Message: hmm,
i forgot to login, and now i can add only a comment but no files ? well, heres the patch in comment then...
--- pd/src/u_main.tk 2009-01-15 15:25:41.000000000 +0100 +++ pd-work/src/u_main.tk 2009-01-15 15:40:26.000000000 +0100 @@ -126,10 +126,9 @@ # 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
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2510152...