[chronojump] Added sprint image



commit fadd65eabcac7a45547be9b5843e8b2a66177048
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Mar 27 18:39:09 2017 +0200

    Added sprint image

 glade/app1.glade                           |   32 ++++++++++++++++++++++++++-
 images/md/ic_fast_forward_blue_24dp_1x.png |  Bin 0 -> 312 bytes
 src/Makefile.am                            |    1 +
 src/gui/chronojumpIcons.cs                 |    4 +++
 4 files changed, 35 insertions(+), 2 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index 4282c8e..9830927 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -13763,10 +13763,35 @@ Concentric</property>
                                               </packing>
                                             </child>
                                             <child>
-                                              <widget class="GtkLabel" id="label140">
+                                              <widget class="GtkHBox" id="hbox191">
                                                 <property name="visible">True</property>
                                                 <property name="can_focus">False</property>
-                                                <property name="label">Sprint</property>
+                                                <property name="spacing">4</property>
+                                                <child>
+                                                  <widget class="GtkImage" id="image_tests_sprint">
+                                                    <property name="visible">True</property>
+                                                    <property name="can_focus">False</property>
+                                                    <property name="stock">gtk-missing-image</property>
+                                                    <property name="icon-size">2</property>
+                                                  </widget>
+                                                  <packing>
+                                                    <property name="expand">False</property>
+                                                    <property name="fill">True</property>
+                                                    <property name="position">0</property>
+                                                  </packing>
+                                                </child>
+                                                <child>
+                                                  <widget class="GtkLabel" id="label140">
+                                                    <property name="visible">True</property>
+                                                    <property name="can_focus">False</property>
+                                                    <property name="label">Sprint</property>
+                                                  </widget>
+                                                  <packing>
+                                                    <property name="expand">True</property>
+                                                    <property name="fill">True</property>
+                                                    <property name="position">1</property>
+                                                  </packing>
+                                                </child>
                                               </widget>
                                               <packing>
                                                 <property name="position">3</property>
@@ -19624,6 +19649,9 @@ then click this button.</property>
                                                             <child>
                                                             <placeholder/>
                                                             </child>
+                                                            <child>
+                                                            <placeholder/>
+                                                            </child>
                                                             </widget>
                                                             <packing>
                                                             <property name="expand">False</property>
diff --git a/images/md/ic_fast_forward_blue_24dp_1x.png b/images/md/ic_fast_forward_blue_24dp_1x.png
new file mode 100644
index 0000000..2300fa6
Binary files /dev/null and b/images/md/ic_fast_forward_blue_24dp_1x.png differ
diff --git a/src/Makefile.am b/src/Makefile.am
index e13dd95..2abbf58 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -362,6 +362,7 @@ RESOURCES = \
        ../images/md/ic_timer_blue_24dp_2x.png,image_capture_big.png \
        ../images/md/ic_cancel_blue_24dp_1x.png,image_cancel.png \
        ../images/md/ic_insert_chart_blue_24dp_1x.png,image_analyze.png \
+       ../images/md/ic_fast_forward_blue_24dp_1x.png,image_sprint.png \
        ../images/md/ic_developer_board_blue_24dp_1x.png,image_chronopic_connect.png \
        ../images/md/ic_person_blue_24dp_1x.png,image_person.png \
        ../images/md/ic_cached_blue_24dp_1x.png,image_recalculate.png \
diff --git a/src/gui/chronojumpIcons.cs b/src/gui/chronojumpIcons.cs
index f824129..db9e4c0 100644
--- a/src/gui/chronojumpIcons.cs
+++ b/src/gui/chronojumpIcons.cs
@@ -44,6 +44,7 @@ public partial class ChronoJumpWindow
        [Widget] Gtk.Image image_chronopic_connect_encoder;
        [Widget] Gtk.Image image_button_execute;
        [Widget] Gtk.Image image_tests_capture;
+       [Widget] Gtk.Image image_tests_sprint;
        [Widget] Gtk.Image image_info1;
        [Widget] Gtk.Image image_info2;
        [Widget] Gtk.Image image_info3;
@@ -106,6 +107,9 @@ public partial class ChronoJumpWindow
                image_tests_capture.Pixbuf = pixbuf;
                image_mode_encoder_capture.Pixbuf = pixbuf;
 
+               pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_sprint.png");
+               image_tests_sprint.Pixbuf = pixbuf;
+
                pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_cancel.png");
                image_button_cancel.Pixbuf = pixbuf;
                image_encoder_capture_cancel.Pixbuf = pixbuf;


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