Browse Source

visual adjustments

Thomas Thuemmler 3 months ago
parent
commit
f38f154df5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      SDS_status_main.php

+ 2 - 2
SDS_status_main.php

@@ -1366,8 +1366,8 @@ if ($PSmode == 5)
         $color = "#CCCCCC";
         if ($value < 800)
             {
-                $draw_x = 145;
-                $draw_y = 375;
+                $draw_x = 140;
+                $draw_y = 345;
                 placeBoxRight($draw_y, $draw_x,sprintf('%.1F &#176;C', $value), 65, 2, $color);
                 placePicWithLink($draw_y+2, $draw_x+5, "newTemperature.png", 15, "Average temperature of pre spectrometer vessel sensors 4023..33..43.", $link);
             }