christstc / seaglass

Automatically exported from code.google.com/p/seaglass
0 stars 0 forks source link

JInternalFrame background not filled completly #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
JInternalFrame background has a transparent line at the bottom where the 
background shines thrue. Can be seen in SeaglassLaffy
This may be the same as issue 40

What is the expected output? What do you see instead?
The whole background should be filled.

I have had a look at this and the following modification will fix the issue. 
I do not know if this is the best fix but I did not see any side effects.

The following patch fill fix the issue:
In class com.seaglasslookandfeel.painter.FrameAndRootPainter
replace in line 164  "height - titleHeight - 2"
with "height - titleHeight - 1"

Original issue reported on code.google.com by rosstaus...@googlemail.com on 9 Oct 2010 at 5:17

GoogleCodeExporter commented 9 years ago
Hi,
This is already fixed in the integration_rossi branch.

Have fun,
- Rossi

Original comment by rosstaus...@googlemail.com on 15 Feb 2011 at 7:11

GoogleCodeExporter commented 9 years ago
This issue is fixed in sealglass 0.2 that we just have released.
Please give this new version a try.

Have fun,
- Rossi

Original comment by rosstaus...@googlemail.com on 25 Jun 2012 at 8:43