[chronojump] new icon for session manage
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] new icon for session manage
- Date: Wed, 29 Sep 2021 14:43:54 +0000 (UTC)
commit 8e19b3baab2f3fca38ea8e09fe165259adbed2e2
Author: Xavier de Blas <xaviblas gmail com>
Date: Wed Sep 29 16:06:36 2021 +0200
new icon for session manage
glade/app1.glade | 36 +++++++++++++++++++++---------------
images/md/folders_manage_blue.png | Bin 0 -> 9667 bytes
src/Makefile.am | 1 +
src/gui/app1/icons.cs | 3 ++-
src/gui/app1/menu.cs | 2 +-
5 files changed, 25 insertions(+), 17 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index abd0eeb54..b6d520772 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -494,14 +494,14 @@
<property name="can_focus">False</property>
<property name="spacing">4</property>
<child>
- <widget class="GtkImage"
id="image_menu_preferences3">
+ <widget class="GtkImage"
id="image_menu_folders2">
<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="expand">True</property>
+ <property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
@@ -24743,6 +24743,9 @@ Concentric</property>
<child>
<placeholder/>
</child>
+ <child>
+ <placeholder/>
+ </child>
</widget>
<packing>
<property name="expand">False</property>
@@ -31054,18 +31057,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>
@@ -31102,6 +31093,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>
@@ -40430,6 +40433,9 @@ then click this button.</property>
<child>
<placeholder/>
</child>
+ <child>
+ <placeholder/>
+ </child>
</widget>
<packing>
<property name="expand">False</property>
diff --git a/images/md/folders_manage_blue.png b/images/md/folders_manage_blue.png
new file mode 100644
index 000000000..5aa478714
Binary files /dev/null and b/images/md/folders_manage_blue.png differ
diff --git a/src/Makefile.am b/src/Makefile.am
index 86304aac6..6bcb7e9e5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -582,6 +582,7 @@ RESOURCES = \
../images/md/about.png,image_about.png \
../images/md/run_time.png,image_run_time.png \
../images/md/folders_blue.png,image_folders.png \
+ ../images/md/folders_manage_blue.png,folders_manage_blue.png \
../images/md/folders_yellow.png,image_folders_yellow.png \
../images/md/folders_backup_blue.png,image_db_backup.png \
../images/md/help_blue_24dp.png,image_help.png \
diff --git a/src/gui/app1/icons.cs b/src/gui/app1/icons.cs
index f71cd9c11..b17faf903 100644
--- a/src/gui/app1/icons.cs
+++ b/src/gui/app1/icons.cs
@@ -296,7 +296,6 @@ public partial class ChronoJumpWindow
image_menu_preferences.Pixbuf = pixbuf;
image_menu_preferences1.Pixbuf = pixbuf;
image_menu_preferences2.Pixbuf = pixbuf;
- image_menu_preferences3.Pixbuf = pixbuf;
image_contacts_exercise_settings.Pixbuf = pixbuf;
image_encoder_exercise_settings.Pixbuf = pixbuf;
@@ -319,6 +318,8 @@ public partial class ChronoJumpWindow
if(Config.ColorBackgroundIsDark)
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_folders_yellow.png");
image_menu_folders.Pixbuf = pixbuf;
+ pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "folders_manage_blue.png");
+ image_menu_folders2.Pixbuf = pixbuf;
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_folders.png");
image_menu_folders1.Pixbuf = pixbuf;
diff --git a/src/gui/app1/menu.cs b/src/gui/app1/menu.cs
index e055be384..d46bf9828 100644
--- a/src/gui/app1/menu.cs
+++ b/src/gui/app1/menu.cs
@@ -92,13 +92,13 @@ public partial class ChronoJumpWindow
//menu icons
[Widget] Gtk.Image image_menu_folders;
+ [Widget] Gtk.Image image_menu_folders2;
[Widget] Gtk.Image image_session_new3;
[Widget] Gtk.Image image_session_load2;
[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_menu_preferences3;
[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]