summaryrefslogtreecommitdiff
path: root/displaychannelview.c
diff options
context:
space:
mode:
Diffstat (limited to 'displaychannelview.c')
-rw-r--r--displaychannelview.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/displaychannelview.c b/displaychannelview.c
index a3f5ed1..bb726fb 100644
--- a/displaychannelview.c
+++ b/displaychannelview.c
@@ -109,8 +109,8 @@ void cNopacityDisplayChannelView::CreatePixmaps(void) {
geoManager->channelEpgInfoHeight)
);
int statusIconsWidth = 8 * statusIconSize + 6 * statusIconBorder;
- int statusIconX = geoManager->osdWidth
- - config.GetValue("channelBorderVertical")
+ int statusIconX = geoManager->channelX
+ + geoManager->channelWidth
- statusIconsWidth
- 3*statusIconBorder;
if (config.GetValue("logoPosition") == lpRight)