diff options
Diffstat (limited to 'Master/tlpkg/tltcl/lib/tk8.6/fontchooser.tcl')
-rw-r--r-- | Master/tlpkg/tltcl/lib/tk8.6/fontchooser.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/tltcl/lib/tk8.6/fontchooser.tcl b/Master/tlpkg/tltcl/lib/tk8.6/fontchooser.tcl index 9d49c574e41..fb6c6d3b264 100644 --- a/Master/tlpkg/tltcl/lib/tk8.6/fontchooser.tcl +++ b/Master/tlpkg/tltcl/lib/tk8.6/fontchooser.tcl @@ -247,6 +247,7 @@ proc ::tk::fontchooser::Create {} { grid $S(W).lfonts x $S(W).lstyles x $S(W).lsizes x ^ -in $outer -sticky news grid $WE x $WS - - x ^ -in $outer -sticky news -pady {15 30} grid configure $bbox -sticky n + grid rowconfigure $outer 2 -weight 1 grid columnconfigure $outer {1 3 5} -minsize $minsize(gap) grid columnconfigure $outer {0 2 4} -weight 1 grid columnconfigure $outer 0 -minsize $minsize(fonts) |