diff options
author | louis <louis.braun@gmx.de> | 2013-02-09 14:52:25 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-02-09 14:52:25 +0100 |
commit | 41767b6c7c9a4127e12d40d79259101d2ba6f8d6 (patch) | |
tree | bed980d900253c9051e030a2fd535c67b53d5329 /config.h | |
parent | 599dd12e765eac556dd4302b31e2add429c3121e (diff) | |
download | skin-nopacity-41767b6c7c9a4127e12d40d79259101d2ba6f8d6.tar.gz skin-nopacity-41767b6c7c9a4127e12d40d79259101d2ba6f8d6.tar.bz2 |
Usage of narrow menus (main, schedule, channel, recordings, settings) configurable via plugin setup
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -76,6 +76,11 @@ class cNopacityConfig { int fontVolume;
//DisplayMenu
int scalePicture;
+ int narrowMainMenu;
+ int narrowScheduleMenu;
+ int narrowChannelMenu;
+ int narrowRecordingMenu;
+ int narrowSetupMenu;
int displayRerunsDetailEPGView;
int numReruns;
int useSubtitleRerun;
|