lighter shadow
This commit is contained in:
parent
5e9f6a165c
commit
8d54452b77
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue