make base alignment to restore default (top/left)

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

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
}