[chronojump] Better display of runEncoder capture page



commit b1f3ba7f76e0eb304716b9145c5aa89dd4d70b87
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Apr 27 15:15:35 2020 +0200

    Better display of runEncoder capture page

 glade/app1.glade           | 11 +----------
 src/gui/app1/chronojump.cs |  4 +---
 2 files changed, 2 insertions(+), 13 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index b8cba2b7..9c1418fa 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -12517,16 +12517,7 @@ EncoderInertialCapture</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
                                                             <child>
-                                                            <widget class="GtkLabel" id="label372">
-                                                            <property name="visible">True</property>
-                                                            <property name="can_focus">False</property>
-                                                            <property name="label">race analyzer stuff 
EXPERIMENTAL</property>
-                                                            </widget>
-                                                            <packing>
-                                                            <property name="expand">False</property>
-                                                            <property name="fill">False</property>
-                                                            <property name="position">0</property>
-                                                            </packing>
+                                                            <placeholder/>
                                                             </child>
                                                             </widget>
                                                             <packing>
diff --git a/src/gui/app1/chronojump.cs b/src/gui/app1/chronojump.cs
index 825a5229..a3ddd375 100644
--- a/src/gui/app1/chronojump.cs
+++ b/src/gui/app1/chronojump.cs
@@ -3100,11 +3100,9 @@ public partial class ChronoJumpWindow
                        //notebook_capture_analyze.GetNthPage(2).Hide(); //hide jumpsProfile on other tests
                        hbox_results_legend.Visible = false;
 
-                       /*
-                       //on force sensor only show table
+                       //on run encoder only show table
                        notebook_capture_graph_table.CurrentPage = 1; //"Show table"
                        notebook_capture_graph_table.ShowTabs = false;
-                       */
 
                        combo_race_analyzer_device.Active = 0;
                        forceSensorImageTestChange();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]