make base alignment to restore default (top/left)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4220 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert
2013-11-14 21:44:57 +00:00
parent f6216fa668
commit 4e9f82ed60

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
}