[chronojump] Arrow back for start menu. Done!
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Arrow back for start menu. Done!
- Date: Fri, 6 Sep 2019 13:06:02 +0000 (UTC)
commit 26e0c11d482af40e46dcfb6a305ba34b43bcc52f
Author: Xavier de Blas <xaviblas gmail com>
Date: Wed Sep 4 13:33:33 2019 +0200
Arrow back for start menu. Done!
images/md/baseline_arrow_back_blue_24dp.png | Bin 0 -> 2304 bytes
src/Makefile.am | 1 +
src/gui/chronojumpIcons.cs | 2 +-
3 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/images/md/baseline_arrow_back_blue_24dp.png b/images/md/baseline_arrow_back_blue_24dp.png
new file mode 100644
index 00000000..a22bad0b
Binary files /dev/null and b/images/md/baseline_arrow_back_blue_24dp.png differ
diff --git a/src/Makefile.am b/src/Makefile.am
index bc007be7..b855d674 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -416,6 +416,7 @@ RESOURCES = \
../images/md/ic_timer_blue_24dp_2x.png,image_capture_big.png \
../images/md/ic_last_page_blue_24dp_1x.png,finish.png \
../images/gtk-floppy.png,floppy.png \
+ ../images/md/baseline_arrow_back_blue_24dp.png,arrow_back.png \
../images/md/ic_cancel_red_24dp_1x.png,image_cancel.png \
../images/md/ic_insert_chart_blue_24dp_1x.png,image_analyze.png \
../images/md/ic_assignment_blue_24dp_1x.png,image_analyze_general.png \
diff --git a/src/gui/chronojumpIcons.cs b/src/gui/chronojumpIcons.cs
index 243f7db4..ea1d22e7 100644
--- a/src/gui/chronojumpIcons.cs
+++ b/src/gui/chronojumpIcons.cs
@@ -309,7 +309,7 @@ public partial class ChronoJumpWindow
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");
+ pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "arrow_back.png");
image_selector_start_back.Pixbuf = pixbuf;
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_person_pin.png");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]