summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--geometrymanager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/geometrymanager.c b/geometrymanager.c
index bc0384e..1f2dd4e 100644
--- a/geometrymanager.c
+++ b/geometrymanager.c
@@ -163,7 +163,8 @@ void cGeometryManager::SetGeometry(void) {
case lpRight:
channelContentX = 0;
channelContentWidth = channelWidth - channelLogoWidthTotal;
- channelLogoX = channelContentWidth;
+ channelLogoX = channelContentWidth + (channelLogoWidthTotal - channelLogoWidth) / 2;
+ channelLogoBgX = channelContentWidth + (channelLogoWidthTotal - channelLogoBgWidth) / 2;
break;
case lpNone:
channelContentX = 0;