Show speed. Format numbers. Timeout and report final status.
[fw/altos] / aoview / aoview.glade
index d828a85e21f3f097a16b949a220eeac0c8e07d8d..a2dc830f00bae6f8f6c9796b658b093ba3c8b538 100644 (file)
@@ -3,7 +3,7 @@
   <!-- interface-requires gtk+ 2.16 -->
   <!-- interface-naming-policy project-wide -->
   <widget class="GtkWindow" id="aoview">
-    <property name="width_request">300</property>
+    <property name="width_request">550</property>
     <property name="height_request">700</property>
     <property name="visible">True</property>
     <property name="title" translatable="yes">AltOS View</property>
           <widget class="GtkTable" id="table1">
             <property name="visible">True</property>
             <property name="n_rows">2</property>
-            <property name="n_columns">3</property>
+            <property name="n_columns">4</property>
             <property name="row_spacing">3</property>
             <property name="homogeneous">True</property>
             <child>
               <widget class="GtkLabel" id="height_label">
                 <property name="visible">True</property>
-                <property name="label" translatable="yes">Height</property>
+                <property name="label" translatable="yes">Height (m)</property>
                 <property name="justify">center</property>
               </widget>
             </child>
             <child>
               <widget class="GtkLabel" id="rssi_label">
                 <property name="visible">True</property>
-                <property name="label" translatable="yes">RSSI</property>
+                <property name="label" translatable="yes">RSSI (dBm)</property>
               </widget>
               <packing>
                 <property name="left_attach">2</property>
               <widget class="GtkLabel" id="height_value">
                 <property name="visible">True</property>
                 <property name="ypad">2</property>
-                <property name="label" translatable="yes">0m</property>
+                <property name="label" translatable="yes">0</property>
                 <property name="selectable">True</property>
               </widget>
               <packing>
               <widget class="GtkLabel" id="rssi_value">
                 <property name="visible">True</property>
                 <property name="ypad">2</property>
-                <property name="label" translatable="yes">-50dBm</property>
+                <property name="label" translatable="yes">-50</property>
                 <property name="selectable">True</property>
               </widget>
               <packing>
                 <property name="bottom_attach">2</property>
               </packing>
             </child>
+            <child>
+              <widget class="GtkLabel" id="speed_label">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">Speed (m/s)</property>
+              </widget>
+              <packing>
+                <property name="left_attach">3</property>
+                <property name="right_attach">4</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkLabel" id="speed_value">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">0</property>
+                <property name="selectable">True</property>
+              </widget>
+              <packing>
+                <property name="left_attach">3</property>
+                <property name="right_attach">4</property>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+              </packing>
+            </child>
           </widget>
           <packing>
             <property name="expand">False</property>