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:
parent
359e10c801
commit
b0a822c85e
1 changed files with 1 additions and 8 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue