in reply to Tk TableMatrix/Pane geometry problem

To fix your current problem, change

-sticky => 'we',

to

-sticky => 'nsew',

See Tk::Pane for details.

You also have quite a lot of other issues. Here's half a dozen that seemed immediately obvious:

-- Ken