[chronojump] new icon for persons manage



commit ed87a2ea4973648adaf982b9dbd2e81931b314b6
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Sep 29 16:42:16 2021 +0200

    new icon for persons manage

 glade/app1.glade             |  32 +++++++++++++++++++-------------
 images/md/persons_manage.png | Bin 0 -> 9615 bytes
 src/Makefile.am              |   1 +
 src/gui/app1/icons.cs        |   4 +++-
 src/gui/app1/menu.cs         |   2 +-
 5 files changed, 24 insertions(+), 15 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index b6d520772..8d232ba7d 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -847,7 +847,7 @@
                                                             <property name="can_focus">False</property>
                                                             <property name="spacing">4</property>
                                                             <child>
-                                                            <widget class="GtkImage" 
id="image_menu_preferences2">
+                                                            <widget class="GtkImage" 
id="image_persons_manage">
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
                                                             <property 
name="stock">gtk-missing-image</property>
@@ -24746,6 +24746,9 @@ Concentric</property>
                                                             <child>
                                                             <placeholder/>
                                                             </child>
+                                                            <child>
+                                                            <placeholder/>
+                                                            </child>
                                                             </widget>
                                                             <packing>
                                                             <property name="expand">False</property>
@@ -31057,6 +31060,18 @@ 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>
@@ -31093,18 +31108,6 @@ 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>
@@ -40436,6 +40439,9 @@ then click this button.</property>
                                                             <child>
                                                             <placeholder/>
                                                             </child>
+                                                            <child>
+                                                            <placeholder/>
+                                                            </child>
                                                             </widget>
                                                             <packing>
                                                             <property name="expand">False</property>
diff --git a/images/md/persons_manage.png b/images/md/persons_manage.png
new file mode 100644
index 000000000..f750e31cd
Binary files /dev/null and b/images/md/persons_manage.png differ
diff --git a/src/Makefile.am b/src/Makefile.am
index 6bcb7e9e5..462cd630d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -500,6 +500,7 @@ RESOURCES = \
        ../images/md/ic_person_blue_24dp_1x.png,image_person.png \
        ../images/md/ic_person_yellow_24dp_1x.png,image_person_yellow.png \
        ../images/md/ic_person_logout_blue_24dp_1x.png,image_person_logout.png \
+       ../images/md/persons_manage.png,persons_manage.png \
        ../images/md/ic_photo_camera_blue_24dp_2x.png,image_no_photo.png \
        ../images/md/ic_photo_camera_yellow_24dp_2x.png,image_no_photo_yellow.png \
        ../images/md/ic_select_blue_24dp_3x.png,image_selected.png \
diff --git a/src/gui/app1/icons.cs b/src/gui/app1/icons.cs
index b17faf903..df60fa98c 100644
--- a/src/gui/app1/icons.cs
+++ b/src/gui/app1/icons.cs
@@ -295,10 +295,12 @@ public partial class ChronoJumpWindow
                pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_settings.png");
                image_menu_preferences.Pixbuf = pixbuf;
                image_menu_preferences1.Pixbuf = pixbuf;
-               image_menu_preferences2.Pixbuf = pixbuf;
                image_contacts_exercise_settings.Pixbuf = pixbuf;
                image_encoder_exercise_settings.Pixbuf = pixbuf;
 
+               pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "persons_manage.png");
+               image_persons_manage.Pixbuf = pixbuf;
+
                pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_store_blue.png");
                image_menu_news.Pixbuf = pixbuf;
                image_menu_news1.Pixbuf = pixbuf;
diff --git a/src/gui/app1/menu.cs b/src/gui/app1/menu.cs
index d46bf9828..d6d22515e 100644
--- a/src/gui/app1/menu.cs
+++ b/src/gui/app1/menu.cs
@@ -98,7 +98,7 @@ public partial class ChronoJumpWindow
        [Widget] Gtk.Image image_session_more;
        [Widget] Gtk.Image image_session_edit2;
        [Widget] Gtk.Image image_menu_preferences;
-       [Widget] Gtk.Image image_menu_preferences2;
+       [Widget] Gtk.Image image_persons_manage;
        [Widget] Gtk.Image image_menu_help;
        [Widget] Gtk.Image image_menu_help_documents;
        [Widget] Gtk.Image image_menu_help_shortcuts;


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