|
From: Mats B. <ma...@pr...> - 2006-02-10 13:20:41
|
I'm trying to make a solid border frame that is so frequently used on Aqua
but it always get black. What is wrong with:
style layout BorderFrame {
BorderFrame.border -sticky nswe
}
style configure BorderFrame \
-relief solid -borderwidth 1 -background gray50
TkAqua 8.4.9 and tile 0.7.5
On my linux box (clam theme) it doesn't draw any border at all,
but if specify -padding it draws the padded area gray.
Mats
|