|
From: Mats B. <ma...@pr...> - 2005-04-13 14:18:30
|
It seems that the extra padding allocated in PaneElementGeometry()
in aquaTheme.c
*paddingPtr = Ttk_MakePadding(2,8,2,2);
is not accounted for in NotebookDoLayout().
The bottom widget in the notebook client area gets clipped
by about 10 pixels which is the pane padding height.
If I comment out the line above the client widgets fit perfectly.
Before: http://www.visit.se/~matben/tile/tilecvs.jpg
After: http://www.visit.se/~matben/tile/tileNoTabPanePadding.jpg
Script: http://www.visit.se/~matben/tile/TileDialogsPrint.tcl
I have tried to look into the code but don't understand much...
Mats
|