diff options
author | louis <louis.braun@gmx.de> | 2013-02-20 18:40:28 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-02-20 18:40:28 +0100 |
commit | b62548f9d67ecf2958b3348deeb6634dcfa05dd8 (patch) | |
tree | 4518d5052d5ee81c2fdd624bdec3f2bbe8c6c1df | |
parent | c07e1324a69bde4c85246694cb8eab30c8977ae3 (diff) | |
download | skin-nopacity-b62548f9d67ecf2958b3348deeb6634dcfa05dd8.tar.gz skin-nopacity-b62548f9d67ecf2958b3348deeb6634dcfa05dd8.tar.bz2 |
forgot one font size
-rw-r--r-- | timers.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -161,7 +161,7 @@ void cNopacityTimer::DrawLogo(void) { int lineHeight = fontLarge->Height();
int y = 1;
for (int line = 0; line < lines; line++) {
- pixmapLogo->DrawText(cPoint((width - fontLarge->Width(channel.GetLine(line)))/2, y+lineHeight*line), channel.GetLine(line), Theme.Color(clrMenuFontMenuItemHigh), clrTransparent, font);
+ pixmapLogo->DrawText(cPoint((width - fontLarge->Width(channel.GetLine(line)))/2, y+lineHeight*line), channel.GetLine(line), Theme.Color(clrMenuFontMenuItemHigh), clrTransparent, fontLarge);
}
}
}
|