summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-02-09 16:26:35 +0100
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-02-09 16:26:35 +0100
commit5530242d2c45e5833e4f29a5af1ee2ccdf76e05c (patch)
treef3e14000832bcd39036d63751e71f46be9e2e725 /config.c
parent1f46b4528d2eff9748836cffe919a82860322e12 (diff)
downloadskin-flatplus-5530242d2c45e5833e4f29a5af1ee2ccdf76e05c.tar.gz
skin-flatplus-5530242d2c45e5833e4f29a5af1ee2ccdf76e05c.tar.bz2
add menu SetItemTimer
Diffstat (limited to 'config.c')
-rw-r--r--config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.c b/config.c
index 1c1c7b8e..99fe6096 100644
--- a/config.c
+++ b/config.c
@@ -34,7 +34,7 @@ cFlatConfig::cFlatConfig(void) {
MenuItemIconsShow = true;
TopBarMenuIconShow = true;
- MenuItemPadding = 5;
+ MenuItemPadding = 3;
marginOsdVer = 5;
marginOsdHor = 5;
TopBarFontSize = 0.05;
@@ -43,6 +43,7 @@ cFlatConfig::cFlatConfig(void) {
MainMenuItemScale = 1.0;
MenuChannelView = 1;
+ MenuTimerView = 3;
decorBorderChannelByTheme = 1;
decorBorderChannelTypeUser = 0;