[chronojump] Minor fixes to last commits
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Minor fixes to last commits
- Date: Sun, 14 Jun 2020 01:17:18 +0000 (UTC)
commit 1521b3007c686d85cdebe14cf58cc583001080a5
Author: Xavier de Blas <xaviblas gmail com>
Date: Sun Jun 14 03:17:05 2020 +0200
Minor fixes to last commits
glade/app1.glade | 31 +++++++++++++++++++------------
src/gui/app1/chronojump.cs | 4 ++--
2 files changed, 21 insertions(+), 14 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index 4fbf2fc8..76354cf1 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -7817,6 +7817,7 @@ EncoderInertialCapture</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">●</property>
+ <property name="width_chars">2</property>
<property
name="primary_icon_activatable">False</property>
<property
name="secondary_icon_activatable">False</property>
<property
name="primary_icon_sensitive">True</property>
@@ -24200,6 +24201,9 @@ Concentric</property>
<child>
<placeholder/>
</child>
+ <child>
+ <placeholder/>
+ </child>
</widget>
<packing>
<property name="expand">False</property>
@@ -27044,18 +27048,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>
@@ -27092,6 +27084,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>
@@ -35009,6 +35013,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 47c7756d..28a500dc 100644
--- a/src/gui/app1/chronojump.cs
+++ b/src/gui/app1/chronojump.cs
@@ -2913,7 +2913,7 @@ public partial class ChronoJumpWindow
hbox_contacts_graph_last_limit.Visible = true;
hbox_contacts_graph_person.Visible = true;
check_vbox_contacts_graph_legend.Visible = true;
- vbox_contacts_graph_legend.Visible = false;
+ //vbox_contacts_graph_legend.Visible = false;
frame_jumps_automatic.Visible = true;
pixbufModeCurrent = new Pixbuf (null, Util.GetImagePath(false) +
"image_jump_simple.png");
@@ -2955,7 +2955,7 @@ public partial class ChronoJumpWindow
hbox_contacts_graph_last_limit.Visible = true;
hbox_contacts_graph_person.Visible = true;
check_vbox_contacts_graph_legend.Visible = true;
- vbox_contacts_graph_legend.Visible = false;
+ //vbox_contacts_graph_legend.Visible = false;
frame_run_simple_double_contacts.Visible = true;
pixbufModeCurrent = new Pixbuf (null, Util.GetImagePath(false) +
"image_run_simple.png");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]