diff options
Diffstat (limited to 'geometrymanager.c')
-rw-r--r-- | geometrymanager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/geometrymanager.c b/geometrymanager.c index ff5c29d..5cc7a9f 100644 --- a/geometrymanager.c +++ b/geometrymanager.c @@ -113,7 +113,7 @@ void cGeometryManager::SetDisplayChannelSizes(void) { channelX = config.GetValue("channelBorderVertical"); channelWidth = osdWidth - 2 * config.GetValue("channelBorderVertical"); channelHeight = osdHeight * config.GetValue("channelHeight") / 100; - channelTop = osdTop + osdHeight - channelHeight - config.GetValue("channelBorderBottom"); + channelTop = osdHeight - channelHeight - config.GetValue("channelBorderBottom"); channelHeaderHeight = 0.2 * channelHeight; channelFooterHeight = 0.2 * channelHeight; |