ソースを参照

minor position change

Thomas Thuemmler 4 ヶ月 前
コミット
d232fc4260
1 ファイル変更2 行追加2 行削除
  1. 2 2
      SDS_status_main.php

+ 2 - 2
SDS_status_main.php

@@ -794,8 +794,8 @@ if (($MSmode == 5) or ($MSmode == 4))
         
         if ($Kal2_RunFlag > 0)
         {
-          placeText(460, 145, $Kal2_text, 130, 2, $color); // Kal2 voltage reading
-          placeTextWithLink(440, 95, "U<sub>PS</sub> = ".sprintf('%.2F', $value ) . "(" . sprintf('%.0F', $voltage_error*100 ) .") V" , 230, 4, $color, $text, $link);
+          placeText(460, 135, $Kal2_text, 130, 2, $color); // Kal2 voltage reading
+          placeTextWithLink(440, 85, "U<sub>PS</sub> = ".sprintf('%.2F', $value ) . "(" . sprintf('%.0F', $voltage_error*100 ) .") V" , 230, 4, $color, $text, $link);
         }