Showing 2 changed files with 14 additions and 4 deletions
+10
Nasal/display.nas
... ...
@@ -123,6 +123,7 @@ var displayClass = {
123 123
                     'AltLint00011'
124 124
                 );
125 125
                 append(groups.text,
126
+                    'TIME-text',
126 127
                     'VSIText',
127 128
                     'Speed110',
128 129
                     'Alt11100',
... ...
@@ -149,6 +150,7 @@ var displayClass = {
149 150
                 me.updateIAS(getprop('/velocities/airspeed-kt'));
150 151
                 me.updateALT(getprop('instrumentation/altimeter/indicated-altitude-ft'));
151 152
                 me.updateHSI(getprop('orientation/heading-deg'));
153
+                me.updateTIME();
152 154
                 me.timerTrigger();
153 155
             }
154 156
             me._updateRadio({auto:'nav'});
... ...
@@ -639,4 +641,12 @@ var displayClass = {
639 641
         me._updateRadio(arg[0]);
640 642
     },
641 643
 #}}}
644
+
645
+    updateTIME : func {
646
+# updates the displayed time botoom left {{{
647
+        me.screenElements['TIME-text']
648
+            .setText(getprop('/sim/time/gmt-string'));
649
+        settimer(func me.updateTIME(), 1);
650
+    },
651
+#}}}
642 652
 };
+4 -4
Systems/screen.svg
... ...
@@ -6654,7 +6654,7 @@
6654 6654
        inkscape:label="nav-freq-switch" />
6655 6655
   </g>
6656 6656
   <g
6657
-     transform="translate(-1.0643769e-6)"
6657
+     transform="translate(-1e-6)"
6658 6658
      style="display:inline"
6659 6659
      id="XPDR-TIME"
6660 6660
      inkscape:label="XPDR-TIME">
... ...
@@ -6697,11 +6697,11 @@
6697 6697
        inkscape:label="TIME-text"
6698 6698
        id="TIME-text"
6699 6699
        y="737.37219"
6700
-       x="934.71649"
6701
-       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:21.33333397px;line-height:125%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
6700
+       x="927.99896"
6701
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:18.66666603px;line-height:125%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
6702 6702
        xml:space="preserve"><tspan
6703 6703
          y="737.37219"
6704
-         x="934.71649"
6704
+         x="927.99896"
6705 6705
          id="tspan6089-5"
6706 6706
          sodipodi:role="line">23:59:59</tspan></text>
6707 6707
     <text