changed shadow offset property from int to double.

Removed x10 multiplicative factor when rendering shadow;
added x10 mutiplicative factors for config UIs with respect to what's actually saved in config
file;
remove kconfupdate for shadowoffset.
This commit is contained in:
Hugo Pereira Da Costa 2013-01-04 18:56:42 +01:00
parent 359e10c801
commit b0a822c85e

View file

@ -32,14 +32,7 @@
my $key = $1;
my $value = $2;
if( $key eq "VerticalOffset" )
{
# shadow vertical offset
$value = int(10*$value);
print( "$key=$value\n" );
next;
} elsif( $key eq "BlendColor" ) {
if( $key eq "BlendColor" ) {
# Blend style
# delete key (renamed to BlendStyle )