1 2 3 4 5 6 7 8
# set the minimum size of canvas windows, so it doesn't hide the menubar if {$::windowingsystem ne "aqua"} { set ::canvas_minwidth 310 set ::canvas_minheight 45 }