diff options
author | louis <louis.braun@gmx.de> | 2014-05-24 15:36:20 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-05-24 15:36:20 +0200 |
commit | f92335221f7945309e14e1646ac6a4cd711b67cd (patch) | |
tree | 77c9c1fc8fa0f4f05bdd687182a2584816ce959c /conf | |
parent | cd33c3dfe2a9d65cf1711f6422d100920f7b5f15 (diff) | |
download | skin-nopacity-f92335221f7945309e14e1646ac6a4cd711b67cd.tar.gz skin-nopacity-f92335221f7945309e14e1646ac6a4cd711b67cd.tar.bz2 |
Vertical channel logo alignment configurable in displaychannel
Diffstat (limited to 'conf')
-rw-r--r-- | conf/theme-darkredNG.conf | 1 | ||||
-rw-r--r-- | conf/theme-default.conf | 1 | ||||
-rw-r--r-- | conf/theme-iceblue.conf | 1 | ||||
-rw-r--r-- | conf/theme-light.conf | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/conf/theme-darkredNG.conf b/conf/theme-darkredNG.conf index fb52cfb..cdd6ee9 100644 --- a/conf/theme-darkredNG.conf +++ b/conf/theme-darkredNG.conf @@ -3,3 +3,4 @@ channelBackgroundTransparency = 10 mainMenuTitleStyle = 1 menuWidthRecordings = 40 menuChannelLogoBackground = 0 +logoVerticalAlignment = 2 diff --git a/conf/theme-default.conf b/conf/theme-default.conf index 49fd6f7..21cf5dd 100644 --- a/conf/theme-default.conf +++ b/conf/theme-default.conf @@ -2,3 +2,4 @@ displayType = 2 channelBackgroundTransparency = 20 mainMenuTitleStyle = 1 menuWidthRecordings = 40 +logoVerticalAlignment = 2 diff --git a/conf/theme-iceblue.conf b/conf/theme-iceblue.conf index 42d9ab2..b2a51a2 100644 --- a/conf/theme-iceblue.conf +++ b/conf/theme-iceblue.conf @@ -1 +1,2 @@ displayType = 0 +logoVerticalAlignment = 1 diff --git a/conf/theme-light.conf b/conf/theme-light.conf index c11cc9c..2338b4b 100644 --- a/conf/theme-light.conf +++ b/conf/theme-light.conf @@ -1,5 +1,6 @@ displayType = 0 backgroundStyle = 1 +logoVerticalAlignment = 1 discUsageStyle = 0 displayPoster = 0 displaySignalStrength = 0 |