[chronojump] Hidden RunInterval export widgets for upcoming version fix



commit f4c904a78ddb65be5a1fdfdc240033559f7e29de
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Mar 16 17:03:35 2021 +0100

    Hidden RunInterval export widgets for upcoming version fix

 glade/app1.glade           | 31 ++++++++++++++++++-------------
 src/gui/app1/chronojump.cs |  1 +
 2 files changed, 19 insertions(+), 13 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index 47ca972c..696d47f4 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -20851,7 +20851,6 @@ Concentric</property>
                                                             <property name="spacing">12</property>
                                                             <child>
                                                             <widget class="GtkHBox" id="hbox484">
-                                                            <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
                                                             <property name="spacing">20</property>
                                                             <child>
@@ -24507,6 +24506,9 @@ Concentric</property>
                                                             <child>
                                                             <placeholder/>
                                                             </child>
+                                                            <child>
+                                                            <placeholder/>
+                                                            </child>
                                                             </widget>
                                                             <packing>
                                                             <property name="expand">False</property>
@@ -30590,18 +30592,6 @@ Concentric</property>
                                                             <property name="can_focus">False</property>
                                                             <property name="spacing">6</property>
                                                             <child>
-                                                            <widget class="GtkLabel" 
id="label_video_encoder_tests_will_be_filmed">
-                                                            <property name="can_focus">False</property>
-                                                            <property name="label" translatable="yes">Tests 
will be filmed</property>
-                                                            </widget>
-                                                            <packing>
-                                                            <property name="expand">False</property>
-                                                            <property name="fill">False</property>
-                                                            <property name="pack_type">end</property>
-                                                            <property name="position">0</property>
-                                                            </packing>
-                                                            </child>
-                                                            <child>
                                                             <widget class="GtkHBox" 
id="hbox_video_encoder_capturing">
                                                             <property name="can_focus">False</property>
                                                             <property name="spacing">4</property>
@@ -30638,6 +30628,18 @@ Concentric</property>
                                                             </packing>
                                                             </child>
                                                             <child>
+                                                            <widget class="GtkLabel" 
id="label_video_encoder_tests_will_be_filmed">
+                                                            <property name="can_focus">False</property>
+                                                            <property name="label" translatable="yes">Tests 
will be filmed</property>
+                                                            </widget>
+                                                            <packing>
+                                                            <property name="expand">False</property>
+                                                            <property name="fill">False</property>
+                                                            <property name="pack_type">end</property>
+                                                            <property name="position">0</property>
+                                                            </packing>
+                                                            </child>
+                                                            <child>
                                                             <widget class="GtkHBox" 
id="hbox_video_encoder_no_capturing">
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
@@ -39027,6 +39029,9 @@ then click this button.</property>
                                                             <child>
                                                             <placeholder/>
                                                             </child>
+                                                            <child>
+                                                            <placeholder/>
+                                                            </child>
                                                             </widget>
                                                             <packing>
                                                             <property name="expand">False</property>
diff --git a/src/gui/app1/chronojump.cs b/src/gui/app1/chronojump.cs
index 3ec4c620..d4d7dafb 100644
--- a/src/gui/app1/chronojump.cs
+++ b/src/gui/app1/chronojump.cs
@@ -679,6 +679,7 @@ public partial class ChronoJumpWindow
 
                spinbutton_sprint_export_image_width.Value = preferences.exportGraphWidth;
                spinbutton_sprint_export_image_height.Value = preferences.exportGraphHeight;
+               notebook_sprint_analyze_top.CurrentPage = 0;
 
 
                // ------ Creating encoder widgets ------


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