2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

49_SSCam: support of FTUI Widget with SSCamSTRM, new attributes in SSCamSTRM, some fixes

git-svn-id: https://svn.fhem.de/fhem/trunk@19838 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2019-07-15 22:32:49 +00:00
parent e22753d0f3
commit a848a730ae

View File

@ -6964,7 +6964,7 @@ sub SSCam_ptzpanel(@) {
return "" if(SSCam_myVersion($hash) <= 71);
$ptz_ret = "";
$ptz_ret .= "<style>TD.ptzcontrol {padding: 2px 2px;}</style>";
$ptz_ret .= "<style>TD.ptzcontrol {padding: 5px 5px;}</style>";
$ptz_ret .= '<table class="rc_body">';
foreach my $rownr (0..9) {