Here`s the backup:
line 306
# some platforms have a menubar on the top, so place below them
set ::menubarsize 0
# Tk handles the window placement differently on each
# platform. With X11, the x,y placement refers to the window
# frame's upper left corner. http://wiki.tcl.tk/11502
set ::windowframex 3
set ::windowframey 53
# TODO add wm iconphoto/iconbitmap here if it makes sense
Try changing these:
set ::windowframex 3
set ::windowframey 53
try both to 0
Mensaje telepatico asistido por maquinas.
From: Pd-list <pd-list-bounces@lists.iem.at> on behalf of Roman Haefeli <reduzent@gmail.com>
Sent: Thursday, February 16, 2017 1:13 PM
To: pd-list@lists.iem.at
Subject: Re: [PD] Menu bar height (differences across platforms)
On Don, 2017-02-16 at 12:57 +0000, Lucas Cordiviola wrote:
> Or try 0 "cero"
I tried negative values and zero, too: No effect.
I commented out the line (pd-gui.tcl:307):
set ::menubarsize 19
and there is no error nor any change in the GUI. It seems this line is
obsolete. (?)
Roman