diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2013-11-22 21:18:44 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2013-11-22 21:18:44 +0100 |
commit | 21b80796e3f532f0bb9ef7573521f2f3913618bd (patch) | |
tree | 1db1c3906409a1026b351bba4655bc55a3825dcc /decors | |
parent | 4628f81248fbd9e39b981182ed25fe32abf188f1 (diff) | |
download | skin-flatplus-21b80796e3f532f0bb9ef7573521f2f3913618bd.tar.gz skin-flatplus-21b80796e3f532f0bb9ef7573521f2f3913618bd.tar.bz2 |
update - do not display channel for first time, small fixes
Diffstat (limited to 'decors')
-rwxr-xr-x | decors/70_MV_rect_sml.decor | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/decors/70_MV_rect_sml.decor b/decors/70_MV_rect_sml.decor new file mode 100755 index 00000000..d1219e59 --- /dev/null +++ b/decors/70_MV_rect_sml.decor @@ -0,0 +1,67 @@ +Description = MV rect sml +# BORDER TYPES +# 0 = none +# 1 = rect +# 2 = round +# 3 = invert round +# 4 = rect + alpha blend +# 5 = round + alpha blend +# 6 = invert round + alpha blend + +# PROGRESS TYPES +# 0 = small line + big line +# 1 = big line +# 2 = big line + outline +# 3 = small line + big line + dot +# 4 = big line + dot +# 5 = big line + outline + dot +# 6 = small line + dot +# 7 = outline + dot +# 8 = small line + big line + alpha blend +# 9 = big line + alpha blend + +# TopBar +TopBarBorderType = 1 +TopBarBorderSize = 2 + +# Buttons +ButtonBorderType = 0 +ButtonBorderSize = 2 + +# Messages +MessageBorderType = 0 +MessageBorderSize = 2 + +# Display Channel +ChannelBorderType = 1 +ChannelBorderSize = 5 +ChannelProgressType = 0 +ChannelProgressSize = 10 +ChannelSignalProgressType = 2 +ChannelSignalProgressSize = 10 + +# Display Menu +MenuItemBorderType = 1 +MenuItemBorderSize = 2 +MenuContentHeadBorderType = 1 +MenuContentHeadBorderSize = 2 +MenuContentBorderType = 1 +MenuContentBorderSize = 5 +MenuItemProgressType = 2 +MenuItemProgressSize = 20 + +# Display Replay +ReplayBorderType = 1 +ReplayBorderSize = 10 +ReplayProgressType = 0 +ReplayProgressSize = 20 + +# Display Tracks +TrackItemBorderType = 1 +TrackItemBorderSize = 5 + +# Display Volume +VolumeBorderType = 1 +VolumeBorderSize = 5 +VolumeProgressType = 0 +VolumeProgressSize = 20 |