On 2017-02-16 15:18, IOhannes m zmoelnig wrote: > if you want to change the size of the Pd-menu, you have to look > somewhere else...
it seems like that slightly too high menu on X11 is just the way tcl/tk creates menus on that platform: just run this script (using wish): <test.tcl> set m [menu .menubar] . configure -menu $m menu $m.file $m add cascade -menu $m.file -label File </test.tcl> i'd suggest playing around with that script to find out how to change the menu height, and then port those ideas back to Pd. otoh, the manual [1] doesn't offer any obvious solution, so most likely it is just impossible to change that. mfgadr IOhannes [1] https://www.tcl.tk/man/tcl8.6/TkCmd/menu.htm
signature.asc
Description: OpenPGP digital signature
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
