[chronojump] button persons manage has an icon (with a person)



commit 089eb4fba06337f35304206ce4bbc31c2bea8e32
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Jul 12 13:25:25 2021 +0200

    button persons manage has an icon (with a person)

 glade/app1.glade      | 16 ++++++++++++++--
 src/gui/app1/icons.cs |  2 ++
 2 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index 970c1b396..69970af64 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -1894,6 +1894,18 @@
                                                             <property name="can_focus">False</property>
                                                             <property name="spacing">4</property>
                                                             <child>
+                                                            <widget class="GtkImage" id="image_person2">
+                                                            <property name="visible">True</property>
+                                                            <property name="can_focus">False</property>
+                                                            <property 
name="stock">gtk-missing-image</property>
+                                                            </widget>
+                                                            <packing>
+                                                            <property name="expand">False</property>
+                                                            <property name="fill">False</property>
+                                                            <property name="position">0</property>
+                                                            </packing>
+                                                            </child>
+                                                            <child>
                                                             <widget class="GtkLabel" id="label22">
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
@@ -1902,7 +1914,7 @@
                                                             <packing>
                                                             <property name="expand">True</property>
                                                             <property name="fill">True</property>
-                                                            <property name="position">0</property>
+                                                            <property name="position">1</property>
                                                             </packing>
                                                             </child>
                                                             <child>
@@ -1936,7 +1948,7 @@
                                                             <packing>
                                                             <property name="expand">False</property>
                                                             <property name="fill">False</property>
-                                                            <property name="position">1</property>
+                                                            <property name="position">2</property>
                                                             </packing>
                                                             </child>
                                                             </widget>
diff --git a/src/gui/app1/icons.cs b/src/gui/app1/icons.cs
index f5e80b215..e61e64a01 100644
--- a/src/gui/app1/icons.cs
+++ b/src/gui/app1/icons.cs
@@ -42,6 +42,7 @@ public partial class ChronoJumpWindow
        [Widget] Gtk.Image image_current_person_zoom_h;
        [Widget] Gtk.Image image_person;
        [Widget] Gtk.Image image_person1;
+       [Widget] Gtk.Image image_person2;
        [Widget] Gtk.Image image_edit_current_person;
        [Widget] Gtk.Image image_edit_current_person_h;
        //[Widget] Gtk.Image image_persons_up;
@@ -406,6 +407,7 @@ public partial class ChronoJumpWindow
                pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_person.png");
                image_person.Pixbuf = pixbuf;
                image_person1.Pixbuf = pixbuf;
+               image_person2.Pixbuf = pixbuf;
                app1s_image_show_data_persons.Pixbuf = pixbuf;
 
                pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_info.png");


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