diff options
-rw-r--r-- | displaychannel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/displaychannel.c b/displaychannel.c index f991362..f237e3b 100644 --- a/displaychannel.c +++ b/displaychannel.c @@ -377,7 +377,7 @@ void cNopacityDisplayChannel::DrawScreenResolution(void) { if (!pixmapScreenResolution) { int x = infoX + infoWidth - config.resolutionIconSize - 2*spacing; - int y = streamInfoY + streamInfoHeight - config.resolutionIconSize - 3; + int y = height - config.resolutionIconSize - 10; pixmapScreenResolution = osd->CreatePixmap(3, cRect(x, y, config.resolutionIconSize, config.resolutionIconSize)); pixmapScreenResolution->Fill(clrTransparent); if ((initial)&&(config.channelFadeTime)) |