mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 17:26:34 +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:
parent
1e06ddda99
commit
8eb35cd959
@ -333,7 +333,7 @@ RSS_itemImg {
|
|||||||
}
|
}
|
||||||
given ($params{ivalign}) {
|
given ($params{ivalign}) {
|
||||||
when('center') { $y -= $sheight/2; }
|
when('center') { $y -= $sheight/2; }
|
||||||
when('base') { $y -= $sheight; }
|
#when('base') { $y -= $sheight; }
|
||||||
when('bottom') { $y -= $sheight; }
|
when('bottom') { $y -= $sheight; }
|
||||||
default { } # nothing to do
|
default { } # nothing to do
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user