mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-03 01:25:12 +00:00
98_DOIF.pm ring-function: icon one pixel higher
git-svn-id: https://svn.fhem.de/fhem/trunk@23763 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8062554a10
commit
af311057ee
@ -4645,9 +4645,9 @@ sub ring
|
|||||||
$ix=30;
|
$ix=30;
|
||||||
};
|
};
|
||||||
if (defined ($iy)) {
|
if (defined ($iy)) {
|
||||||
$iy+=9;
|
$iy+=8;
|
||||||
} else {
|
} else {
|
||||||
$iy=9;
|
$iy=8;
|
||||||
};
|
};
|
||||||
$iscale=1 if (!defined($iscale));
|
$iscale=1 if (!defined($iscale));
|
||||||
$ic="" if (!defined($ic));
|
$ic="" if (!defined($ic));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user