From fdabc447289b25dca935a354f2d1214209424b7b Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 12 May 2013 12:29:01 +0200 Subject: all status icons on same y value in channel display --- displaychannel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3