diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Font.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Font.cc b/src/Font.cc index ae835e76..68114a98 100644 --- a/src/Font.cc +++ b/src/Font.cc @@ -267,7 +267,7 @@ void BFont::drawString(Drawable d, int x, int y, const BColor &color, c.color.red = 0; c.color.green = 0; c.color.blue = 0; - c.color.alpha = 0x49 | 0x49 << 8; // transparent shadow + c.color.alpha = 0x40 | 0x40 << 8; // transparent shadow c.pixel = BlackPixel(_display, _screen->getScreenNumber()); |
