aboutsummaryrefslogtreecommitdiff
path: root/set_canvas_minsize-plugin.tcl
blob: 3b445edc0938da84efd46850d5e3b73962f29b7d (plain)
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
}