make base alignment to restore default (top/left)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4220 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2013-11-14 21:44:57 +00:00
parent 2f708bfc56
commit 05ebd551fe

View File

@ -333,7 +333,7 @@ RSS_itemImg {
}
given ($params{ivalign}) {
when('center') { $y -= $sheight/2; }
when('base') { $y -= $sheight; }
#when('base') { $y -= $sheight; }
when('bottom') { $y -= $sheight; }
default { } # nothing to do
}