[chronojump] icons for jump air/land shown while jumping
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] icons for jump air/land shown while jumping
- Date: Thu, 25 Aug 2022 15:09:52 +0000 (UTC)
commit f2d4ad7720da37f9047b9f21cd18338c9f43d57f
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Aug 25 17:09:08 2022 +0200
icons for jump air/land shown while jumping
src/gui/app1/icons.cs | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/gui/app1/icons.cs b/src/gui/app1/icons.cs
index 90742f98c..4b7a140d0 100644
--- a/src/gui/app1/icons.cs
+++ b/src/gui/app1/icons.cs
@@ -672,9 +672,8 @@ public partial class ChronoJumpWindow
image_mode_race_encoder_small1.Pixbuf = pixbuf;
image_change_modes_contacts_runs_encoder.Pixbuf = pixbuf;
- //TODO: change them
- image_jump_execute_air.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "run_2x.png");
- image_jump_execute_land.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) +
"run_photocell.png");
+ image_jump_execute_air.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) +
"image_jump_air.png");
+ image_jump_execute_land.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) +
"image_jump_land.png");
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "run_2x.png");
image_run_execute_running.Pixbuf = pixbuf;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]