|
From: Michael K. <mi...@mu...> - 2004-11-23 14:20:58
|
On aqua the labelframe doesn't look right, as the text of the label sits on top of the border for the frame rather than being above it (a likely known issue since it's mentioned on the Wiki page at http://mini.net/tcl/12565). At any rate, while a real fix should likely take into account the size of the font, I found a simple fix to be to insert into GroupElementDraw(): Index: macosx/aquaTheme.c =================================================================== RCS file: /cvsroot/tktable/tile/macosx/aquaTheme.c,v retrieving revision 1.13 diff -r1.13 aquaTheme.c 287a288 > bounds.top += 8; -- Michael Kirkham www.muonics.com |