diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2013-11-21 22:51:53 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2013-11-21 22:51:53 +0100 |
commit | 3f316512a57dea32fe613577531c95918f3c061e (patch) | |
tree | 6b9cf706a377df01bf3b63d10ea8b615b4a9cbf5 /decors/22_round_big.decor | |
parent | 66f386d939db55476b7481fd0c1bc7da6673492c (diff) | |
download | skin-flatplus-3f316512a57dea32fe613577531c95918f3c061e.tar.gz skin-flatplus-3f316512a57dea32fe613577531c95918f3c061e.tar.bz2 |
add decor files
Diffstat (limited to 'decors/22_round_big.decor')
-rw-r--r-- | decors/22_round_big.decor | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/decors/22_round_big.decor b/decors/22_round_big.decor new file mode 100644 index 00000000..23e24e61 --- /dev/null +++ b/decors/22_round_big.decor @@ -0,0 +1,67 @@ +Description = round big +# 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 = 2 +TopBarBorderSize = 20 + +# Buttons +ButtonBorderType = 2 +ButtonBorderSize = 20 + +# Messages +MessageBorderType = 2 +MessageBorderSize = 20 + +# Display Channel +ChannelBorderType = 2 +ChannelBorderSize = 20 +ChannelProgressType = 0 +ChannelProgressSize = 10 +ChannelSignalProgressType = 2 +ChannelSignalProgressSize = 10 + +# Display Menu +MenuContentHeadBorderType = 2 +MenuContentHeadBorderSize = 20 +MenuContentBorderType = 2 +MenuContentBorderSize = 20 +MenuItemBorderType = 2 +MenuItemBorderSize = 10 +MenuItemProgressType = 2 +MenuItemProgressSize = 20 + +# Display Replay +ReplayBorderType = 2 +ReplayBorderSize = 20 +ReplayProgressType = 0 +ReplayProgressSize = 32 + +# Display Tracks +TrackItemBorderType = 2 +TrackItemBorderSize = 20 + +# Display Volume +VolumeBorderType = 2 +VolumeBorderSize = 20 +VolumeProgressType = 3 +VolumeProgressSize = 10 |