diff --git a/gitk b/gitk index 67d2dced42..9a0e6f721a 100755 --- a/gitk +++ b/gitk @@ -11894,6 +11894,10 @@ proc doprefs {} { grid $top.buts.ok $top.buts.can -padx 20 grid $top.buts -sticky w -pady 10 bind $top [list focus $top.buts.ok] + + # let geometry manager determine run, set minimum size + update idletasks + wm minsize $top [winfo reqwidth $top] [winfo reqheight $top] } proc choose_extdiff {} {