summaryrefslogtreecommitdiff
path: root/geometrymanager.c
diff options
context:
space:
mode:
Diffstat (limited to 'geometrymanager.c')
-rw-r--r--geometrymanager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/geometrymanager.c b/geometrymanager.c
index 5d0cddf..ff5c29d 100644
--- a/geometrymanager.c
+++ b/geometrymanager.c
@@ -53,7 +53,7 @@ void cGeometryManager::SetDisplayMenuSizes() {
menuContentWidthMain = osdWidth * config.GetValue("menuWidthMain") / 100;
menuContentWidthSchedules = osdWidth * config.GetValue("menuWidthSchedules") / 100;
menuContentWidthChannels = osdWidth * config.GetValue("menuWidthChannels") / 100;
- menuContentWidthTimers = osdWidth * config.GetValue("menuWidthChannels") / 100;
+ menuContentWidthTimers = osdWidth * config.GetValue("menuWidthTimers") / 100;
menuContentWidthRecordings = osdWidth * config.GetValue("menuWidthRecordings") / 100;
menuContentWidthSetup = osdWidth * config.GetValue("menuWidthSetup") / 100;
menuContentWidthFull = osdWidth - config.GetValue("widthScrollbar") - config.GetValue("spaceMenu");