[chronojump] Better icon for "contacts" tests add
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Better icon for "contacts" tests add
- Date: Tue, 28 Jan 2020 21:19:53 +0000 (UTC)
commit a033411b4be1294155ae62c1d3098512bceb9072
Author: Xavier de Blas <xaviblas gmail com>
Date: Tue Jan 28 16:36:27 2020 +0100
Better icon for "contacts" tests add
src/gui/app1/icons.cs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gui/app1/icons.cs b/src/gui/app1/icons.cs
index 1b3b732e..af3e5520 100644
--- a/src/gui/app1/icons.cs
+++ b/src/gui/app1/icons.cs
@@ -350,7 +350,9 @@ public partial class ChronoJumpWindow
image_encoder_1RM_info.Pixbuf = pixbuf;
image_force_sensor_adjust_help.Pixbuf = pixbuf;
- pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_add_test.png");
+ //pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_add_test.png");
+ pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_add.png");
+ image_encoder_exercise_add.Pixbuf = pixbuf;
image_add_test1.Pixbuf = pixbuf;
image_add_test2.Pixbuf = pixbuf;
image_add_test3.Pixbuf = pixbuf;
@@ -409,8 +411,6 @@ public partial class ChronoJumpWindow
image_encoder_capture_execute.Pixbuf = pixbuf;
image_button_execute.Pixbuf = pixbuf;
- pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_add.png");
- image_encoder_exercise_add.Pixbuf = pixbuf;
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_edit.png");
image_encoder_exercise_edit.Pixbuf = pixbuf;
image_force_sensor_exercise_edit.Pixbuf = pixbuf;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]