2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-12 16:46:35 +00:00

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 1e06ddda99
commit 8eb35cd959

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
}