[chronojump] new icon for person portrait zoom
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] new icon for person portrait zoom
- Date: Fri, 15 Mar 2019 16:17:10 +0000 (UTC)
commit 16e08cc4dc2dcaae6f16c25d7d652514f8ed574e
Author: Xavier de Blas <xaviblas gmail com>
Date: Fri Mar 15 17:16:39 2019 +0100
new icon for person portrait zoom
images/md/baseline_portrait_search_blue_24dp.png | Bin 0 -> 594 bytes
src/Makefile.am | 1 +
src/gui/chronojumpIcons.cs | 4 +++-
src/gui/person.cs | 2 +-
4 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/images/md/baseline_portrait_search_blue_24dp.png
b/images/md/baseline_portrait_search_blue_24dp.png
new file mode 100644
index 00000000..f2b3a563
Binary files /dev/null and b/images/md/baseline_portrait_search_blue_24dp.png differ
diff --git a/src/Makefile.am b/src/Makefile.am
index 4404d293..f67c964d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -457,6 +457,7 @@ RESOURCES = \
../images/md/ic_folder_check_blue_24dp_1x.png,folder_check.png \
../images/md/ic_test_inspect_blue_24dp_1x.png,image_test_inspect.png \
../images/md/ic_zoom_blue_24dp_1x.png,zoom.png \
+ ../images/md/baseline_portrait_search_blue_24dp.png,portrait_zoom.png \
../images/md/trigger_2x.png,image_encoder_triggers.png \
../images/md/trigger_no_2x.png,image_encoder_triggers_no.png \
../images/md/baseline_warning_blue_24dp.png,image_warning_blue.png \
diff --git a/src/gui/chronojumpIcons.cs b/src/gui/chronojumpIcons.cs
index 8bd08d08..416eed74 100644
--- a/src/gui/chronojumpIcons.cs
+++ b/src/gui/chronojumpIcons.cs
@@ -230,9 +230,11 @@ public partial class ChronoJumpWindow
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "folder_check.png");
image_force_sensor_open_folder.Pixbuf = pixbuf;
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "zoom.png");
- image_current_person_zoom.Pixbuf = pixbuf;
image_force_sensor_check_version.Pixbuf = pixbuf;
+ pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "portrait_zoom.png");
+ image_current_person_zoom.Pixbuf = pixbuf;
+
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_no_photo.png");
image_current_person.Pixbuf = pixbuf;
diff --git a/src/gui/person.cs b/src/gui/person.cs
index 9f9e3b88..6c09574c 100644
--- a/src/gui/person.cs
+++ b/src/gui/person.cs
@@ -920,7 +920,7 @@ public class PersonAddModifyWindow
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "calendar.png"); //from asssembly
image_calendar.Pixbuf = pixbuf;
- pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "zoom.png");
+ pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "portrait_zoom.png");
image_zoom.Pixbuf = pixbuf;
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_person_outline.png");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]