From 15b7074b4ef2c6d947281247e8f40c2ce85690da Mon Sep 17 00:00:00 2001 From: kamel5 Date: Thu, 9 Jan 2020 14:06:59 +0100 Subject: Separate "displayTime" for horizontal and vertical view --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 045bd37..9fe9bdf 100644 --- a/config.h +++ b/config.h @@ -76,7 +76,9 @@ class cTVGuideConfig { int footerHeightPercent; int stepMinutes; int bigStepHours; + int bigStepHoursHorizontal; int hugeStepHours; + int hugeStepHoursHorizontal; int channelJumpMode; int jumpChannels; int blueKeyMode; -- cgit v1.2.3