[chronojump] Added image on button_force_sensor_image_save_signal



commit 7a6d130871e085ede1e362e3c7297cb5637d93a9
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Mar 13 13:41:22 2018 +0100

    Added image on button_force_sensor_image_save_signal

 glade/app1.glade           |    6 ++++++
 src/gui/chronojump.cs      |    1 +
 src/gui/chronojumpIcons.cs |    1 +
 3 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index 76ca227..641d147 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -1610,6 +1610,9 @@
                                                             <placeholder/>
                                                             </child>
                                                             <child>
+                                                            <placeholder/>
+                                                            </child>
+                                                            <child>
                                                             <widget class="GtkLabel" 
id="label_start_selector_jumps">
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
@@ -23022,6 +23025,9 @@ then click this button.</property>
                                                             <child>
                                                             <placeholder/>
                                                             </child>
+                                                            <child>
+                                                            <placeholder/>
+                                                            </child>
                                                             </widget>
                                                             <packing>
                                                             <property name="expand">False</property>
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index 434d78a..ac3a20c 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -368,6 +368,7 @@ public partial class ChronoJumpWindow
 
        //forcesensor
        [Widget] Gtk.Image image_forcesensor_analyze_image_save;
+       [Widget] Gtk.Image image_forcesensor_analyze_image_save1;
 
        Random rand;
 
diff --git a/src/gui/chronojumpIcons.cs b/src/gui/chronojumpIcons.cs
index 4e81bd9..8c53e21 100644
--- a/src/gui/chronojumpIcons.cs
+++ b/src/gui/chronojumpIcons.cs
@@ -480,6 +480,7 @@ public partial class ChronoJumpWindow
                image_encoder_analyze_stats.Pixbuf = pixbuf;
                image_encoder_analyze_image_save.Pixbuf = pixbuf;
                image_forcesensor_analyze_image_save.Pixbuf = pixbuf;
+               image_forcesensor_analyze_image_save1.Pixbuf = pixbuf;
                image_jumps_profile_save.Pixbuf = pixbuf;
                pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "stock_delete.png");
                image_encoder_signal_delete.Pixbuf = pixbuf;


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